Starlight-JS / starlight

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

Thread-safe GC implementation #40

Open playXE opened 3 years ago

playXE commented 3 years ago

Starlight has GarbageCollector trait and a few GCs implemented but all the GC API is not thread-safe. Some work on thread-safe GC should be done.

playXE commented 3 years ago

I think I could try to use libimmixcons