DescriptionRemove unnecessary recording of temp operands in the register allocator.
When processing register contraints we used to add writable input operands
also as temp operands to the same instruction.
This does not seem necessary since we create a fresh virtual register
for writable inputs and insert a definition in the gap before the instruction.
Committed: http://code.google.com/p/v8/source/detail?r=6342
Patch Set 1 #
Total comments: 1
Messages
Total messages: 2 (0 generated)
|