From b3819223ea042fb64a976a97f9068a19c547d3bd Mon Sep 17 00:00:00 2001 From: "machenbach@chromium.org" Date: Tue, 14 Jan 2014 07:59:09 +0000 Subject: [PATCH] [Sheriff] Disable allocation site pretenuring due to a failing nosnap test. BUG= TBR=jkummerow@chromium.org Review URL: https://codereview.chromium.org/137803005 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18573 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/flag-definitions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flag-definitions.h b/src/flag-definitions.h index bbad227..93adb62 100644 --- a/src/flag-definitions.h +++ b/src/flag-definitions.h @@ -220,7 +220,7 @@ DEFINE_bool(pretenuring, true, "allocate objects in old space") // 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(allocation_site_pretenuring, true, +DEFINE_bool(allocation_site_pretenuring, false, "pretenure with allocation sites") DEFINE_bool(trace_pretenuring, false, "trace pretenuring decisions of HAllocate instructions") -- 2.7.4