Chromium Code Reviews
DescriptionPrune variables that are not live at block entry from the environment.
If a variable is not live at a block entry, replace it
with the null-constant in the environment. This can occur
when there is a partially dead variable stores.
Fewer environment uses mean shorter live ranges and better register
allocation.
R=srdjan@google.com
Committed: https://code.google.com/p/dart/source/detail?r=24939
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|
|||||||||||||||||||