Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 79594bc51407bbab3c9fc73bd8f507476ce37215..4c6cace86d4c5dc2dfc36eb885b794dbdcb2d4d8 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -270,7 +270,7 @@ DEFINE_BOOL(compiled_keyed_generic_loads, false, |
DEFINE_BOOL(allocation_site_pretenuring, true, |
"pretenure with allocation sites") |
DEFINE_BOOL(page_promotion, true, "promote pages based on utilization") |
-DEFINE_INT(page_promotion_threshold, 70, |
+DEFINE_INT(page_promotion_threshold, 0, |
"min percentage of live bytes on a page to enable fast evacuation") |
DEFINE_BOOL(trace_pretenuring, false, |
"trace pretenuring decisions of HAllocate instructions") |