Chromium Code Reviews
Descriptiontree-ir bugfix: Count unseen uses instead of seen uses.
Keeping track of the number of "seen uses" of a variable is too fragile
since it needs bookkeeping whenever we merge two variable uses.
I've changed it to track the number of unseen uses instead. The
bookkeeping is simpler because we aren't going to transform an unseen
use.
BUG=
R=kmillikin@google.com
Committed: https://code.google.com/p/dart/source/detail?r=45207
Patch Set 1 #
Total comments: 2
Messages
Total messages: 4 (1 generated)
|
|||||||||||||||||||