Reviewers: Yang,
Description:
Turn on job-based recompilation
BUG=v8:3608
LOG=y
[email protected]
Please review this at https://codereview.chromium.org/832183004/
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
6f3619934768ba6a2a3d6c52ec4ce28b7f0ba612..8cc5e936d2c9bb23bcf60141a0b59f314de202c9
100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -352,7 +352,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_IMPLICATION(job_based_recompilation, concurrent_recompilation)
--
--
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.