Reviewers: Jakob,

Description:
Revert "Enable Concurrent OSR" due to A64 failures.

This reverts r20096.

[email protected]

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

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

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 e92ed0f6f98ef20d347489c82329758c1476557e..c9d6b638184f24ded3e9421bffbd4a8ab5c3d47c 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -347,7 +347,7 @@ DEFINE_int(concurrent_recompilation_delay, 0,
            "artificial compilation delay in ms")
 DEFINE_bool(block_concurrent_recompilation, false,
             "block queued jobs until released")
-DEFINE_bool(concurrent_osr, true,
+DEFINE_bool(concurrent_osr, false,
             "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