Skip to content

Commit 48cc4b6

Browse files
committedFeb 6, 2016
Disable concurrent marker temporarily.
1 parent 2c7c0a7 commit 48cc4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎vm/object_memory.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ namespace rubinius {
6969
, code_manager_(&vm->shared)
7070
, mark_(2)
7171
, allow_gc_(true)
72-
, mature_mark_concurrent_(shared.config.gc_immix_concurrent)
72+
, mature_mark_concurrent_(false /* TODO: GC shared.config.gc_immix_concurrent*/)
7373
, mature_gc_in_progress_(false)
7474
, slab_size_(4096)
7575
, collect_young_flag_(false)

0 commit comments

Comments
 (0)
Please sign in to comment.