Description[turbofan] Instruction scheduler: keep ready nodes with same latency sorted in original order.
This is a complement to
https://codereview.chromium.org/2281523002.
The patch above reversed the order of nodes with same
latency, which caused bench_copy.js 4% regression and
bench_skinning.js 5% regression on Atom when enabling
'--turbo-instruction-scheduling' flag according to our
observation.
We submit this patch to sort the nodes with same latency
in original order. It aligns with instruction scheduling
logic before the patch above and fixes these regression.
BUG=
Committed: https://crrev.com/3b083983d066034f4ead229cefcd27b622f7622f
Cr-Commit-Position: refs/heads/master@{#39228}
Patch Set 1 #
Messages
Total messages: 11 (6 generated)
|