Reviewers: Michael Starzinger,

Message:
Let's see whether this sticks, after I fixed the bug that caused the webkit
tests to fail.

Description:
Tentatively enabling string slices.


Please review this at http://codereview.chromium.org/8229009/

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 d833fc989e13d0f4aa5cc86abe747a8262596a05..5c36280e30c2e5f8bce379d1f2b3b4bd2584ef4c 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -105,7 +105,7 @@ DEFINE_bool(harmony_block_scoping, false, "enable harmony block scoping")
 // 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, false, "use string slices")
+DEFINE_bool(string_slices, true, "use string slices")

 DEFINE_bool(clever_optimizations,
             true,


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to