Files
Zachary D. Rowitsch 1af0982df4 Optimize object/array literal creation to fix sort-stability-2048 timeout
Cache Object.prototype and Array.prototype on the Interpreter struct to
eliminate per-literal scope chain walks. Replace Vec alloc + reverse in
MakeObject/MakeArray with direct in-place stack reads. Normalize spread
stack layout by emitting a dummy key in the compiler.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 07:55:50 -04:00
..