Chromium Code Reviews
DescriptionAvoid allocating unnecessary result locations for some instructions.
If the result of an instruction is not needed, we don't need to
assign a result location. I fixed StoreStatic and StoreVMField.
For calls, it does not hurt since all registers are blocked anyway.
Other instructions that don't have side effects usually don't occur
in an effect context and should be removed by a separate pass before
entering the register allocator.
Committed: http://code.google.com/p/dart/source/detail?r=12111
Patch Set 1 #
Total comments: 2
Messages
Total messages: 3 (0 generated)
|
|||||||||||||||||||||||||||||||||||||