DescriptionMIPS: Array index computation dehoisting.
Port r11596 (0cee9fca)
Original commit message:
Array index computation dehoisting.
When an array index (in an array access) is a simple "expression + constant", just embed the constant in the array access operation so that the full index expression is (potentially) no longer used and its live range can be much shorter.
This is effective in conjunction with array bounds check removal (otherwise the index is anyway used in the check).
BUG=
TEST=
Committed: https://code.google.com/p/v8/source/detail?r=11644
Patch Set 1 #
Total comments: 3
Messages
Total messages: 3 (0 generated)
|