Starlight-JS / comet

Garbage collector library
MIT License
24 stars 5 forks source link

Conservative collection support #4

Open playXE opened 2 years ago

playXE commented 2 years ago

All GC policies in Comet should have optional support for conservative stack scanning. Some of policies would require quite a lot of changes (semispace and minimark) others will not (marksweep and immix). It will also come with some performance cost but it will be fully optional so performance impact with disabled conservative scanning will equal to zero.