| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 4aa459610204690f58742aae236b1c434e0a9cc9..73e97a2fc9d1641bf096d809143dfa3bf4d2595b 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -484,6 +484,8 @@
|
| DEFINE_BOOL(turbo_loop_variable, true, "Turbofan loop variable optimization")
|
| 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")
|
| DEFINE_BOOL(turbo_escape, false, "enable escape analysis")
|
| DEFINE_BOOL(turbo_instruction_scheduling, false,
|
| "enable instruction scheduling in TurboFan")
|
|
|