2026
2 projects
Garbage Collector Redesign and Integration
Boa is an embeddable JavaScript engine written in Rust. JavaScript is garbage collected by specification, meaning the runtime is responsible for...
A Copy-and-Patch Just-in-Time Compiler for Boa
Currently, the JavaScript engine Boa relies exclusively on a register-based interpreter, which limits its performance. This project proposes...
