Chromium Code Reviews
DescriptionSimple redundant load elimination.
This analysis uses bit vectors to track side effects. Currently, there is
only one type of side effect which affects all mutable load-field instructions.
The elimination pass is a dominator tree preorder traversal like the existing
CSE pass. Instead of a hash-map it keeps an array with the current dominating
occurrence for each load expression.
Committed: https://code.google.com/p/dart/source/detail?r=12437
Patch Set 1 #Patch Set 2 : #
Total comments: 18
Patch Set 3 : addressed comments #
Messages
Total messages: 3 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||