Fix performance bug in scheduler.
TBR=mstarzinger@chromium.org Review URL: https://codereview.chromium.org/651233002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24610 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
a7eb593147
commit
b30c09d969
@ -715,7 +715,7 @@ bool Scheduler::ConnectFloatingControl() {
|
|||||||
Trace(" Floating control #%d:%s was scheduled in B%d\n", node->id(),
|
Trace(" Floating control #%d:%s was scheduled in B%d\n", node->id(),
|
||||||
node->op()->mnemonic(), block->id().ToInt());
|
node->op()->mnemonic(), block->id().ToInt());
|
||||||
ConnectFloatingControlSubgraph(block, node);
|
ConnectFloatingControlSubgraph(block, node);
|
||||||
return true;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user