From 4a9feef3d818cd7b8440cc7bef21f7fc704e5df4 Mon Sep 17 00:00:00 2001 From: "ishell@chromium.org" Date: Fri, 26 Sep 2014 13:59:48 +0000 Subject: [PATCH] Disable job-based sweeping in predictable mode. BUG=v8:3563 LOG=N R=jkummerow@chromium.org Review URL: https://codereview.chromium.org/604283002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24254 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/flag-definitions.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/flag-definitions.h b/src/flag-definitions.h index a6d9cec..6c90912 100644 --- a/src/flag-definitions.h +++ b/src/flag-definitions.h @@ -665,6 +665,7 @@ DEFINE_NEG_IMPLICATION(predictable, concurrent_recompilation) DEFINE_NEG_IMPLICATION(predictable, concurrent_osr) DEFINE_NEG_IMPLICATION(predictable, concurrent_sweeping) DEFINE_NEG_IMPLICATION(predictable, parallel_sweeping) +DEFINE_NEG_IMPLICATION(predictable, job_based_sweeping) // -- 2.7.4