Skip to content

Commit

Permalink
Disable concurrent marker temporarily.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Feb 6, 2016
1 parent 2c7c0a7 commit 48cc4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/object_memory.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit 48cc4b6

Please sign in to comment.