From: hpayer@chromium.org Date: Wed, 4 Jun 2014 07:46:41 +0000 (+0000) Subject: Enable pretenure call new. X-Git-Tag: upstream/4.7.83~8821 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b87cac0e0fa2b0d4901f7605bb3d9bb9a78d4d18;p=platform%2Fupstream%2Fv8.git Enable pretenure call new. BUG= R=mvstanton@chromium.org Review URL: https://codereview.chromium.org/312723004 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21664 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/src/flag-definitions.h b/src/flag-definitions.h index ad6f258..adcbafd 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, false, "pretenure call new") +DEFINE_bool(pretenuring_call_new, true, "pretenure call new") DEFINE_bool(allocation_site_pretenuring, true, "pretenure with allocation sites") DEFINE_bool(trace_pretenuring, false,