Starlight-JS / starlight

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

Extract GC from Starlight into separate crate #128

Closed playXE closed 3 years ago

jameslahm commented 3 years ago

I could work on this today ~

playXE commented 3 years ago

I'm already working on this: https://github.com/Starlight-JS/starlight-gc

jameslahm commented 3 years ago

oh, lol

playXE commented 3 years ago

Update

Comet is almost complete (https://github.com/Starlight-JS/comet) and I'm slowly starting to integrate it into Starlight. All the work will be in src/comet.rs for now. After it is fully integrated into Starlight we will delete src/gc and src/heap (except snapshot code).

playXE commented 3 years ago

Closing this since the new GC works just fine.