Revision: 11905
Author: [email protected]
Date: Fri Jun 22 05:21:18 2012
Log: Disable --cache-optimized-code by default.
[email protected]
BUG=v8:2193
TEST=
Review URL: https://chromiumcodereview.appspot.com/10626015
http://code.google.com/p/v8/source/detail?r=11905
Modified:
/branches/bleeding_edge/src/flag-definitions.h
=======================================
--- /branches/bleeding_edge/src/flag-definitions.h Tue Jun 19 11:38:03 2012
+++ /branches/bleeding_edge/src/flag-definitions.h Fri Jun 22 05:21:18 2012
@@ -209,7 +209,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,
+DEFINE_bool(cache_optimized_code, false,
"cache optimized code for closures")
DEFINE_bool(inline_construct, true, "inline constructor calls")
DEFINE_bool(inline_arguments, true, "inline functions with arguments
object")
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev