You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operand-stack fast path 22405c4 improved the array single-context median from 527.979 ms to 507.142 ms (1.041x) across seven alternating old/new process pairs with unchanged checksums. This is useful dispatch overhead reduction, but the much larger remaining JSC gap still requires array/allocation/GC profiling.
Investigation tracks
array literal/constructor and dense storage allocation
push capacity growth and element-kind checks
indexed load/store and length handling
nursery allocation, collection frequency, and promotion
shared allocator, GC phase, and safepoint contention
Acceptance criteria
Profile allocation, push, indexed traversal, barriers, and collector time separately.
Add allocation/GC counters to benchmark evidence without affecting timed runs.
Avoid repeated capacity growth for predictable dense pushes where semantics permit.
Parent: #44
Accepted baseline
The July 13, 2026 symmetric report measures:
Evidence: harness c9f68e3; 616-sample report/README 2ebda1a.
Cross-cutting progress
Operand-stack fast path 22405c4 improved the array single-context median from 527.979 ms to 507.142 ms (1.041x) across seven alternating old/new process pairs with unchanged checksums. This is useful dispatch overhead reduction, but the much larger remaining JSC gap still requires array/allocation/GC profiling.
Investigation tracks
Acceptance criteria