Revision: 10732 Author: [email protected] Date: Thu Feb 16 07:47:36 2012 Log: Enable smi_only_arrays by default.
[email protected] Review URL: https://chromiumcodereview.appspot.com/9414007 http://code.google.com/p/v8/source/detail?r=10732 Modified: /branches/bleeding_edge/src/flag-definitions.h ======================================= --- /branches/bleeding_edge/src/flag-definitions.h Tue Feb 14 06:28:37 2012 +++ /branches/bleeding_edge/src/flag-definitions.h Thu Feb 16 07:47:36 2012 @@ -120,7 +120,7 @@ DEFINE_implication(harmony, harmony_collections) // Flags for experimental implementation features. -DEFINE_bool(smi_only_arrays, false, "tracks arrays with only smi values") +DEFINE_bool(smi_only_arrays, true, "tracks arrays with only smi values") DEFINE_bool(clever_optimizations, true, "Optimize object size, Array shift, DOM strings and string +") -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
