Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index c1fffec8b878b6e49d89b1c7c912c05de7da7069..04b2f2d01a5df3a59a10b67cc17dd7d036c2d586 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -260,6 +260,8 @@ DEFINE_BOOL(compiled_keyed_generic_loads, false, |
"use optimizing compiler to generate keyed generic load stubs") |
DEFINE_BOOL(allocation_site_pretenuring, true, |
"pretenure with allocation sites") |
+DEFINE_INT(page_evacuation_threshold, 0, |
Michael Lippautz
2016/04/08 07:09:58
Will set to 90 before landing.
|
+ "min percentage of live bytes on a page to enable fast evacuation") |
DEFINE_BOOL(trace_pretenuring, false, |
"trace pretenuring decisions of HAllocate instructions") |
DEFINE_BOOL(trace_pretenuring_statistics, false, |