Hacker News new | past | comments | ask | show | jobs | submit login

the JVM (HotSpot) also uses this approach, the young generation is handled by a copying GC while the older one(s) use mark & sweep.

(to be fair, I believe this _was_ the default GC option, but it's not anymore, and there were at least 3 different young generation GC algorithms that used copying, so it's a bit more nuanced)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: