Revision: 17875
Author:   [email protected]
Date:     Tue Nov 19 13:19:51 2013 UTC
Log:      Fix debugger wrt concurrent recompilation flag.

[email protected]
BUG=

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

Modified:
 /branches/bleeding_edge/src/debug.cc

=======================================
--- /branches/bleeding_edge/src/debug.cc        Wed Oct 23 08:57:54 2013 UTC
+++ /branches/bleeding_edge/src/debug.cc        Tue Nov 19 13:19:51 2013 UTC
@@ -2056,7 +2056,7 @@
   // If preparing for the first break point make sure to deoptimize all
   // functions as debugging does not work with optimized code.
   if (!has_break_points_) {
-    if (FLAG_concurrent_recompilation) {
+    if (isolate_->concurrent_recompilation_enabled()) {
       isolate_->optimizing_compiler_thread()->Flush();
     }

--
--
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.

Reply via email to