Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request][compiler-v2] check StarcoinGasMeter need to impl funcs #4172

Open
nkysg opened this issue Aug 5, 2024 · 0 comments
Open
Labels
enhancement Enhancement

Comments

@nkysg
Copy link
Collaborator

nkysg commented Aug 5, 2024

Feature Request

check if charge_br_true, charge_br_false, charge_branch, charge_simple_instr, charge_create_ty, charge_dependency, charge_load_resource these function need to impl.
Describe the Feature Request

fn charge_dependency(
&mut self,
_is_new: bool,
_addr: &AccountAddress,
_name: &IdentStr,
_size: NumBytes,
) -> PartialVMResult<()> {
Ok(())

Describe Preferred Solution

Describe Alternatives

Related Code

Additional Context

If the feature request is approved, would you be willing to submit a PR?
Yes / No (Help can be provided if you need assistance submitting a PR)

@nkysg nkysg added the enhancement Enhancement label Aug 5, 2024
@nkysg nkysg changed the title [Feature Request][compiler-v2] check [Feature Request][compiler-v2] check StarcoinGasMeter need to impl funcs Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement
Projects
None yet
Development

No branches or pull requests

1 participant