bytecodealliance / bytecodealliance/javy
Investigate why enabling and disabling intrinsics has such a large impact on fuel usage
Open
bug
- Dominant language
- Rust
- Stars
- 2.7k
- Forks
- 135
- Avg merge
- 1d 44m
- Merged PRs (30d)
- 11
Description
I've observed that enabling JS intrinsics seems to increase fuel usage and disabling them seems to reduce fuel usage and sometimes by rather large amounts. This is unexpected because the runtime is created during pre-initialization so adding the intrinsics shouldn't affect fuel usage. We should figure out why that's happening and what we can do to mitigate those fuel differences.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.