Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 178524bc683d155ca22b69f413934ff1db2b981a..dcc4c90a9b89f75b1d70022705d08d710920e2aa 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -431,6 +431,7 @@ DEFINE_BOOL(turbo_stress_loop_peeling, false, |
DEFINE_BOOL(turbo_cf_optimization, true, "optimize control flow in TurboFan") |
DEFINE_BOOL(turbo_frame_elision, true, "elide frames in TurboFan") |
DEFINE_BOOL(turbo_cache_shared_code, true, "cache context-independent code") |
+DEFINE_BOOL(turbo_preserve_shared_code, false, "keep context-independent code") |
Michael Starzinger
2015/07/22 11:59:22
Note that this is still off, I want to enable it i
|
DEFINE_INT(typed_array_max_size_in_heap, 64, |
"threshold for in-heap typed array") |