We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c7c0a7 commit 48cc4b6Copy full SHA for 48cc4b6
vm/object_memory.cpp
@@ -69,7 +69,7 @@ namespace rubinius {
69
, code_manager_(&vm->shared)
70
, mark_(2)
71
, allow_gc_(true)
72
- , mature_mark_concurrent_(shared.config.gc_immix_concurrent)
+ , mature_mark_concurrent_(false /* TODO: GC shared.config.gc_immix_concurrent*/)
73
, mature_gc_in_progress_(false)
74
, slab_size_(4096)
75
, collect_young_flag_(false)
0 commit comments