Revision: 24610
Author:   [email protected]
Date:     Tue Oct 14 16:28:32 2014 UTC
Log:      Fix performance bug in scheduler.

[email protected]

Review URL: https://codereview.chromium.org/651233002
https://code.google.com/p/v8/source/detail?r=24610

Modified:
 /branches/bleeding_edge/src/compiler/scheduler.cc

=======================================
--- /branches/bleeding_edge/src/compiler/scheduler.cc Tue Oct 14 12:08:55 2014 UTC +++ /branches/bleeding_edge/src/compiler/scheduler.cc Tue Oct 14 16:28:32 2014 UTC
@@ -715,7 +715,7 @@
Trace(" Floating control #%d:%s was scheduled in B%d\n", node->id(),
               node->op()->mnemonic(), block->id().ToInt());
         ConnectFloatingControlSubgraph(block, node);
-        return true;
+        break;
       }
     }
   }

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