| Index: src/flag-definitions.h | 
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h | 
| index 779a58949e4cf5a981f331f9b69db39ead7f9227..44ec33029396aa5612551e882c4190692d5f01ff 100644 | 
| --- a/src/flag-definitions.h | 
| +++ b/src/flag-definitions.h | 
| @@ -485,8 +485,6 @@ DEFINE_BOOL(turbo_loop_peeling, false, "Turbofan loop peeling") | 
| 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") | 
|  |