diff --git a/src/gc.c b/src/gc.c index bbe7c4cda..562c081a8 100644 --- a/src/gc.c +++ b/src/gc.c @@ -88,7 +88,7 @@ == Generational Mode - mruby's GC offers an Generational Mode while re-using the tri-color GC + mruby's GC offers an Generational Mode while reusing the tri-color GC infrastructure. It will treat the Black objects as Old objects after each sweep phase, instead of painting them White. The key ideas are still the same as traditional generational GC: