| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index b4f7cad07f546dd4489fd412be1eeacaca3999ac..b46f86c0b468143b9720028b2c503c980b4ee412 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -387,7 +387,7 @@ DEFINE_INT(stress_runs, 0, "number of stress runs")
|
| DEFINE_BOOL(lookup_sample_by_shared, true,
|
| "when picking a function to optimize, watch for shared function "
|
| "info, not JSFunction itself")
|
| -DEFINE_BOOL(flush_optimized_code_cache, true,
|
| +DEFINE_BOOL(flush_optimized_code_cache, false,
|
| "flushes the cache of optimized code for closures on every GC")
|
| DEFINE_BOOL(inline_construct, true, "inline constructor calls")
|
| DEFINE_BOOL(inline_arguments, true, "inline functions with arguments object")
|
|
|