| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 8fb2b545c74a8c305d5b24e918a6bb8e43b72439..e7f07470ad1c6e75b942af6d48c7ac8db0140525 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -355,7 +355,7 @@ DEFINE_BOOL(lookup_sample_by_shared, true,
|
| "when picking a function to optimize, watch for shared function "
|
| "info, not JSFunction itself")
|
| DEFINE_BOOL(cache_optimized_code, true, "cache optimized code for closures")
|
| -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")
|
|
|