Reviewers: Erik Corry,
Description:
Disable string slices to get page cycler numbers for run without
This is a speculative change to test if string slices has page cycler
impact.
Please review this at http://codereview.chromium.org/8413031/
SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/
Affected files:
M src/flag-definitions.h
Index: src/flag-definitions.h
===================================================================
--- src/flag-definitions.h (revision 9830)
+++ src/flag-definitions.h (working copy)
@@ -107,7 +107,7 @@
// 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(string_slices, true, "use string slices")
+DEFINE_bool(string_slices, false, "use string slices")
DEFINE_bool(clever_optimizations,
true,
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev