| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 8b583abca19808e4e656e6dba03c47e5654ce3ed..f925e01938100c726b6328fbcc1140e7e7bc192a 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -430,6 +430,7 @@ DEFINE_BOOL(turbo_stress_loop_peeling, false,
|
| "stress loop peeling 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, false, "cache context-independent code")
|
|
|
| DEFINE_INT(typed_array_max_size_in_heap, 64,
|
| "threshold for in-heap typed array")
|
|
|