Reduce crashes + improve ECMAScript compliance
Stabilize behavior first, then keep increasing standards compliance test pass rate.
A quick view of upcoming work. Click a node to expand details.
Stabilize behavior first, then keep increasing standards compliance test pass rate.
Implement managed memory collection suitable for the new runtime architecture.
Build out a stronger bytecode execution layer as the core runtime foundation.
Add object shape tracking to speed up repeated property access patterns.
Cache dynamic lookup sites so hot operations avoid repeated generic resolution.
Some future plans about optimization 🤔