Reviewers: Michael Starzinger,

Description:
Disable --cache-optimized-code by default.


[email protected]
BUG=v8:2193
TEST=


Please review this at https://chromiumcodereview.appspot.com/10626015/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M src/flag-definitions.h


Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 125d151e0e4a6d55f7707e7106cceaf1915fa542..7581d60291fd392ade3d52c7d0af109097b920a3 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -209,7 +209,7 @@ DEFINE_bool(optimize_closures, true, "optimize closures")
 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

Reply via email to