Reviewers: Hannes Payer,

Message:
Committed patchset #1 manually as r21667 (tree was closed).

Description:
Revert "Enable pretenure call new."

This reverts commit r21664 due to interesting failures.

[email protected]

Committed: https://code.google.com/p/v8/source/detail?r=21667

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

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 fc5010fcfee591fdd2ada4fe29c5ecb6dc78113d..cd083784bfdb671b6c796d80f3c5451c07a3c21b 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -193,7 +193,7 @@ DEFINE_bool(clever_optimizations, true,
             "Optimize object size, Array shift, DOM strings and string +")
 // TODO(hpayer): We will remove this flag as soon as we have pretenuring
 // support for specific allocation sites.
-DEFINE_bool(pretenuring_call_new, true, "pretenure call new")
+DEFINE_bool(pretenuring_call_new, false, "pretenure call new")
 DEFINE_bool(allocation_site_pretenuring, true,
             "pretenure with allocation sites")
 DEFINE_bool(trace_pretenuring, false,


--
--
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/d/optout.

Reply via email to