DescriptionFix issue 962.
SplitBetween (formely known as Split with 3 arguments) should select split position from [start, end] instead of [start, end[. This should also improve allocation quality (remove certain redundant move patterns).
Also some minor renaming and refactoring to make register allocator code more readable.
BUG=v8:962
TEST=test/mjsunit/regress/regress-962.js
Committed: http://code.google.com/p/v8/source/detail?r=5969
Patch Set 1 #
Total comments: 44
Patch Set 2 : Addressed Kevin's comments #
Messages
Total messages: 3 (0 generated)
|