Skip to content

Copy instead of reference for CodeBlockFlags

11fc090
Select commit
Loading
Failed to load commit list.
Draft

Implement Tail Call Optimization #3510

Copy instead of reference for CodeBlockFlags
11fc090
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 12, 2025 in 1s

49.05% (+0.03%) compared to 279caab

View this Pull Request on Codecov

49.05% (+0.03%) compared to 279caab

Details

Codecov Report

❌ Patch coverage is 84.72222% with 11 lines in your changes missing coverage. Please review.
✅ Project coverage is 49.05%. Comparing base (279caab) to head (11fc090).
⚠️ Report is 616 commits behind head on main.

Files with missing lines Patch % Lines
core/engine/src/vm/opcode/call/mod.rs 65.51% 10 Missing ⚠️
core/engine/src/vm/code_block.rs 96.42% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3510      +/-   ##
==========================================
+ Coverage   49.01%   49.05%   +0.03%     
==========================================
  Files         469      469              
  Lines       48186    48245      +59     
==========================================
+ Hits        23618    23666      +48     
- Misses      24568    24579      +11     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.