Reviewers: Yang,

Description:
Turn on job based recompilation

BUG=v8:3608
[email protected]
LOG=y

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

Base URL: https://chromium.googlesource.com/v8/v8.git@master

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 e937fe6045ad4e7ad188730fecc59ec863c4ee1c..f1b9b052e1d53fefd350536cc9bea0848923b4e9 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -367,7 +367,7 @@ DEFINE_BOOL(optimize_for_in, true, "optimize functions containing for-in loops")

 DEFINE_BOOL(concurrent_recompilation, true,
             "optimizing hot functions asynchronously on a separate thread")
-DEFINE_BOOL(job_based_recompilation, false,
+DEFINE_BOOL(job_based_recompilation, true,
             "post tasks to v8::Platform instead of using a thread for "
             "concurrent recompilation")
 DEFINE_BOOL(trace_concurrent_recompilation, 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