Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/object_memory.cpp
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@ namespace rubinius {
, code_manager_(&vm->shared)
, mark_(2)
, allow_gc_(true)
, mature_mark_concurrent_(shared.config.gc_immix_concurrent)
, mature_mark_concurrent_(false /* TODO: GC shared.config.gc_immix_concurrent*/)
, mature_gc_in_progress_(false)
, slab_size_(4096)
, collect_young_flag_(false)

0 comments on commit 48cc4b6

Please sign in to comment.