|
| 1 | +diff --git a/deps/v8/src/flags/flag-definitions.h b/deps/v8/src/flags/flag-definitions.h |
| 2 | +index 0d50ac1522..2854768562 100644 |
| 3 | +--- a/deps/v8/src/flags/flag-definitions.h |
| 4 | ++++ b/deps/v8/src/flags/flag-definitions.h |
| 5 | +@@ -1764,7 +1764,7 @@ DEFINE_BOOL(minor_ms_trace_fragmentation, false, |
| 6 | + DEFINE_BOOL(trace_evacuation, false, "report evacuation statistics") |
| 7 | + DEFINE_BOOL(trace_mutator_utilization, false, |
| 8 | + "print mutator utilization, allocation speed, gc speed") |
| 9 | +-DEFINE_BOOL(incremental_marking, true, "use incremental marking") |
| 10 | ++DEFINE_BOOL(incremental_marking, false, "use incremental marking") |
| 11 | + DEFINE_BOOL(incremental_marking_bailout_when_ahead_of_schedule, true, |
| 12 | + "bails out of incremental marking when ahead of schedule") |
| 13 | + DEFINE_BOOL(incremental_marking_task, true, "use tasks for incremental marking") |
| 14 | +@@ -1794,7 +1794,7 @@ DEFINE_IMPLICATION(cppgc_young_generation, minor_ms) |
| 15 | + DEFINE_NEG_IMPLICATION(cppgc_young_generation, reclaim_unmodified_wrappers) |
| 16 | + DEFINE_BOOL(optimize_gc_for_battery, false, "optimize GC for battery") |
| 17 | + #if defined(V8_ATOMIC_OBJECT_FIELD_WRITES) |
| 18 | +-DEFINE_BOOL(concurrent_marking, true, "use concurrent marking") |
| 19 | ++DEFINE_BOOL(concurrent_marking, false, "use concurrent marking") |
| 20 | + #else |
| 21 | + // Concurrent marking cannot be used without atomic object field loads and |
| 22 | + // stores. |
0 commit comments