Revision: 15193
Author: [email protected]
Date: Tue Jun 18 06:06:22 2013
Log: Turn on parallel recompilation.
[email protected]
BUG=
Review URL: https://chromiumcodereview.appspot.com/17394002
http://code.google.com/p/v8/source/detail?r=15193
Modified:
/branches/bleeding_edge/src/flag-definitions.h
=======================================
--- /branches/bleeding_edge/src/flag-definitions.h Fri Jun 14 07:15:05 2013
+++ /branches/bleeding_edge/src/flag-definitions.h Tue Jun 18 06:06:22 2013
@@ -290,10 +290,10 @@
"allow uint32 values on optimize frames if they are used only
in "
"safe operations")
-DEFINE_bool(parallel_recompilation, false,
+DEFINE_bool(parallel_recompilation, true,
"optimizing hot functions asynchronously on a separate thread")
DEFINE_bool(trace_parallel_recompilation, false, "track parallel
recompilation")
-DEFINE_int(parallel_recompilation_queue_length, 3,
+DEFINE_int(parallel_recompilation_queue_length, 8,
"the length of the parallel compilation queue")
DEFINE_int(parallel_recompilation_delay, 0,
"artificial compilation delay in ms")
--
--
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/groups/opt_out.