mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
gc.c: fix re-using to reusing
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user