Well, one of my friends drop me one formula. Let x to be the rate of GC time out of total running time, and we can get<p>(1-2x) * 14 = 1- x => x = 13/27<p>which means now ruby spends 13/27 time on GC, fast enough? (before patch, it spends 26/27 time on GC, really bad)