Revision: 15630
Author:   [email protected]
Date:     Thu Jul 11 06:53:06 2013
Log:      Enable compiled transitions by default.

[email protected]

Review URL: https://codereview.chromium.org/19005005
http://code.google.com/p/v8/source/detail?r=15630

Modified:
 /branches/bleeding_edge/src/flag-definitions.h

=======================================
--- /branches/bleeding_edge/src/flag-definitions.h      Thu Jul 11 04:41:33 2013
+++ /branches/bleeding_edge/src/flag-definitions.h      Thu Jul 11 06:53:06 2013
@@ -187,7 +187,7 @@
 // Flags for experimental implementation features.
 DEFINE_bool(packed_arrays, true, "optimizes arrays that have no holes")
 DEFINE_bool(smi_only_arrays, true, "tracks arrays with only smi values")
-DEFINE_bool(compiled_transitions, false, "use optimizing compiler to "
+DEFINE_bool(compiled_transitions, true, "use optimizing compiler to "
             "generate array elements transition stubs")
 DEFINE_bool(compiled_keyed_stores, true, "use optimizing compiler to "
             "generate keyed store stubs")

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to