From: Eric Wong Date: 2014-03-01T10:01:33+00:00 Subject: [ruby-core:61173] Re: [ruby-trunk - Bug #9584] RGenGC regression in CoW sharing ko1@atdot.net wrote: > Does it help for CoW friendly? > > Basically, promoted bit is changed only for young objects. > To make young object, pages are marked dirty. Yes, but look again at the SHARED_* numbers from nari's test code. #define USE_RGENGC 0 shares more memory. > And also, I'm worry about WB performance. I doubt it's much difference. I haven't been able to fix my bitmap patch to test performance (can't finish build, even). I suspect it's fake objects, I marked some with FL_PERMANENT but maybe I missed some. If you have time, can you please take a look?