Cost of a moving garbage collector

Moving garbage collectors, such as generational collectors, incur extra generated code to store and reload references across GC safe points. Has anyone quantified the performance cost of this overhead compared to a non-moving collector?

I ask because I am interested in designing a collector that can recycle short-lived values efficiently without having to move them.

9
задан Jon Harrop 26 September 2010 в 07:23
поделиться