Yukihiro Matsumoto wrote:
> Last month, I saw a research presentation on mostly copying garbage
> collection for Ruby.  But you have to note that copying GC and
> copy-on-write-friendly-ness is contradicting aspect.  You move objects
> to compact the heap, it touches more pages.

Is the presentation or other material online? I'm interested in reading it.