Disable job-based sweeping in predictable mode.
authorishell@chromium.org <ishell@chromium.org>
Fri, 26 Sep 2014 13:59:48 +0000 (13:59 +0000)
committerishell@chromium.org <ishell@chromium.org>
Fri, 26 Sep 2014 13:59:48 +0000 (13:59 +0000)
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

index a6d9cec..6c90912 100644 (file)
@@ -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)
 
 
 //