Skip to content

fix(cmake): do not build the modules when building arkscript statical…

b054c64
Select commit
Loading
Failed to load commit list.
Merged

chore: put force inline attributes so that critical methods of the VM are inlined and can be easily optimized by the compiler #675

fix(cmake): do not build the modules when building arkscript statical…
b054c64
Select commit
Loading
Failed to load commit list.
CodSpeed HQ / CodSpeed Performance Analysis completed Apr 12, 2026

Acknowledged Regression: -6.13%

⚡ 3 improved benchmarks
❌ 6 (👁 6) regressed benchmarks
✅ 9 untouched benchmarks

Performance Changes

Benchmark BASE HEAD Efficiency
👁 create_closure 4.8 ms 5 ms -3.81%
👁 create_list 6.4 ms 6.5 ms -1.63%
for_sum 989.6 ms 926.5 ms +6.81%
👁 ackermann 348.6 ms 358.4 ms -2.74%
👁 fibonacci 29.6 ms 31.6 ms -6.13%
builtins 3.8 ms 3.7 ms +1.24%
n_queens 113.8 ms 110.4 ms +3.05%
👁 binary_trees 4.9 s 4.9 s -1.61%
👁 create_list_with_ref 6.1 ms 6.2 ms -1.78%

Comparing feat/inline (b054c64) with dev (2f53e79)

Open in CodSpeed