Reviewers: Benedikt Meurer,

Description:
Turn off new_string_add flag.

[email protected]

Please review this at https://codereview.chromium.org/95603008/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -1 lines):
  M src/flag-definitions.h


Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 8dd54363316a5a7e82d403a72c587002dd99c73c..35977e63943f4f95cb6f6ffc865fc6d47ae0c1cf 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -345,7 +345,7 @@ DEFINE_bool(omit_map_checks_for_leaf_maps, true,
"do not emit check maps for constant values that have a leaf map, " "deoptimize the optimized code if the layout of the maps changes.")

-DEFINE_bool(new_string_add, true, "enable new string addition")
+DEFINE_bool(new_string_add, false, "enable new string addition")

 // Experimental profiler changes.
 DEFINE_bool(experimental_profiler, true, "enable all profiler experiments")


--
--
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