7 ms·
In 1.3 the GC is concurrent mark and sweep
by Zariel 12y ago
In 1.3 the GC is concurrent mark and sweep
- taeric 12y agoI thought generational and mark/sweep were orthogonal. That is, can't generational still be mark and sweep? You just don't mark and sweep the entire reference set?
- jlouis 12y agoGenerational collectors can pick any strategy for each of their generations. What to pick depends on language, and what characteristics you want to get easily.
- stcredzero 12y agoRecounting for tenured generations would be awesome!