We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
re-using
reusing
1 parent f4de205 commit 92b18d6Copy full SHA for 92b18d6
1 file changed
src/gc.c
@@ -88,7 +88,7 @@
88
89
== Generational Mode
90
91
- 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
92
infrastructure. It will treat the Black objects as Old objects after each
93
sweep phase, instead of painting them White. The key ideas are still the same
94
as traditional generational GC:
0 commit comments