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

Implement Inline Caching #2767

Merged
merged 1 commit into from
Dec 4, 2023

Implement Inline Caching

2ff6c51
Select commit
Loading
Failed to load commit list.
Merged

Implement Inline Caching #2767

Implement Inline Caching
2ff6c51
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 4, 2023 in 0s

45.27% (+0.17%) compared to 6506f65

View this Pull Request on Codecov

45.27% (+0.17%) compared to 6506f65

Details

Codecov Report

Attention: 101 lines in your changes are missing coverage. Please review.

Comparison is base (6506f65) 45.10% compared to head (2ff6c51) 45.27%.

Files Patch % Lines
boa_engine/src/vm/opcode/set/property.rs 55.10% 22 Missing ⚠️
boa_engine/src/vm/code_block.rs 47.61% 11 Missing ⚠️
boa_engine/src/builtins/object/mod.rs 52.38% 10 Missing ⚠️
boa_engine/src/object/operations.rs 84.78% 7 Missing ⚠️
boa_engine/src/vm/opcode/define/class/getter.rs 0.00% 7 Missing ⚠️
boa_engine/src/vm/opcode/define/class/setter.rs 0.00% 7 Missing ⚠️
boa_engine/src/object/internal_methods/proxy.rs 16.66% 5 Missing ⚠️
boa_engine/src/bytecompiler/mod.rs 83.33% 4 Missing ⚠️
boa_engine/src/object/shape/slot.rs 69.23% 4 Missing ⚠️
boa_engine/src/vm/opcode/define/class/method.rs 0.00% 3 Missing ⚠️
... and 14 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2767      +/-   ##
==========================================
+ Coverage   45.10%   45.27%   +0.17%     
==========================================
  Files         496      496              
  Lines       50590    50810     +220     
==========================================
+ Hits        22817    23006     +189     
- Misses      27773    27804      +31     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.