Starlight-JS / starlight

JS engine in Rust
https://teletype.in/@starlight-js
Mozilla Public License 2.0
511 stars 9 forks source link

Improve the new GC #59

Open playXE opened 3 years ago

playXE commented 3 years ago

The new GC already performs very nicely but some improvements can be done:

playXE commented 3 years ago

Bitmap marking is implemented but three-color abstraction is still there for incremental or concurrent marking.