|
|
|
|
|
by pebal
437 days ago
|
|
It doesn't matter if objects die young — the other objects on the heap are still moved around periodically, which reduces performance. When you're using a moving GC, you also have additional read barriers that non-moving GCs don't require. |
|
Also, it's no accident that every high-performance GC runtime went the moving, generational way.