Revision: 21692
Author:   [email protected]
Date:     Thu Jun  5 10:26:09 2014 UTC
Log:      Enable concurrent OSR.

[email protected]

Review URL: https://codereview.chromium.org/258953010
http://code.google.com/p/v8/source/detail?r=21692

Modified:
 /branches/bleeding_edge/src/flag-definitions.h

=======================================
--- /branches/bleeding_edge/src/flag-definitions.h Thu Jun 5 08:44:42 2014 UTC +++ /branches/bleeding_edge/src/flag-definitions.h Thu Jun 5 10:26:09 2014 UTC
@@ -327,7 +327,7 @@
            "artificial compilation delay in ms")
 DEFINE_bool(block_concurrent_recompilation, false,
             "block queued jobs until released")
-DEFINE_bool(concurrent_osr, false,
+DEFINE_bool(concurrent_osr, true,
             "concurrent on-stack replacement")
 DEFINE_implication(concurrent_osr, 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.

Reply via email to