Hacker News new | ask | show | jobs
by icebraining 3838 days ago
The GC would scan whatever the program told it to scan, by using its API, like the Boehm GC library: https://en.wikipedia.org/wiki/Boehm_garbage_collector

I think it only makes sense, seeing as interaction with the native JS VM will be inevitable for a long time.

1 comments

Perhaps then you should just use the Boehm GC library then.