| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 4e9500d3229038f00b53fc60150f93512243b637..d4d73ec3b070abd5cf8d4177f856165887dc0e4c 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -703,6 +703,8 @@ DEFINE_INT(max_incremental_marking_finalization_rounds, 3,
|
| "at most try this many times to finalize incremental marking")
|
| DEFINE_BOOL(concurrent_sweeping, true, "use concurrent sweeping")
|
| DEFINE_BOOL(parallel_compaction, true, "use parallel compaction")
|
| +DEFINE_BOOL(parallel_pointer_update, true,
|
| + "use parallel pointer update during compaction")
|
| DEFINE_BOOL(trace_incremental_marking, false,
|
| "trace progress of the incremental marking")
|
| DEFINE_BOOL(track_gc_object_stats, false,
|
|
|