Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1927)

Unified Diff: src/flag-definitions.h

Issue 9050001: Ensure newly allocated empty Arrays are transitioned to FAST_ELEMENT (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: fix existing and add new tests Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 1ae1b17eb5c9da070c4148f9ec8a692e6a374a8f..9fd6f49d7bd35cbe50d0a47c78856890e158ac98 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -120,7 +120,7 @@ DEFINE_implication(harmony, harmony_collections)
// Flags for experimental implementation features.
DEFINE_bool(unbox_double_arrays, true, "automatically unbox arrays of doubles")
-DEFINE_bool(smi_only_arrays, false, "tracks arrays with only smi values")
+DEFINE_bool(smi_only_arrays, true, "tracks arrays with only smi values")
Jakob Kummerow 2012/01/04 20:55:17 Is this change intentional?
DEFINE_bool(string_slices, true, "use string slices")
DEFINE_bool(clever_optimizations,

Powered by Google App Engine
This is Rietveld 408576698