Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index c73dda47b5ab2049251611448be3dde7121e3e76..5541cb2daaec6d25c4cc805bdd1e4f77731dbb3d 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -829,6 +829,7 @@ DEFINE_NEG_IMPLICATION(predictable, concurrent_recompilation) |
DEFINE_NEG_IMPLICATION(predictable, concurrent_osr) |
DEFINE_NEG_IMPLICATION(predictable, concurrent_sweeping) |
DEFINE_NEG_IMPLICATION(predictable, parallel_compaction) |
+DEFINE_NEG_IMPLICATION(predictable, memory_reducer) |
// mark-compact.cc |
DEFINE_BOOL(force_marking_deque_overflows, false, |
@@ -1076,7 +1077,7 @@ DEFINE_IMPLICATION(print_all_code, trace_codegen) |
DEFINE_BOOL(verify_predictable, false, |
"this mode is used for checking that V8 behaves predictably") |
-DEFINE_INT(dump_allocations_digest_at_alloc, 0, |
+DEFINE_INT(dump_allocations_digest_at_alloc, -1, |
"dump allocations digest each n-th allocation") |