Reviewers: Michael Starzinger,

Message:
Committed patchset #1 (id:1) manually as 24610 (presubmit successful).

Description:
Fix performance bug in scheduler.

[email protected]

Committed: https://code.google.com/p/v8/source/detail?r=24610

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

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

Affected files (+1, -1 lines):
  M src/compiler/scheduler.cc


Index: src/compiler/scheduler.cc
diff --git a/src/compiler/scheduler.cc b/src/compiler/scheduler.cc
index c3fa6b94abe6abbf9c7178b133a7c68fac40d507..4952827124a80c985d2558da024e739c5154e419 100644
--- a/src/compiler/scheduler.cc
+++ b/src/compiler/scheduler.cc
@@ -715,7 +715,7 @@ bool Scheduler::ConnectFloatingControl() {
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