Chromium Code Reviews
DescriptionFix bug https://code.google.com/p/dart/issues/detail?id=7994: the range analysis gives a fixed ranged to a fixed length list (e.g. [1024, 1024]), so when narrowing the range of an instruction that is used as an index, we should not use the range of the length, but use [0, lengthRange.upper - 1].
Committed: https://code.google.com/p/dart/source/detail?r=17338
Patch Set 1 : #
Messages
Total messages: 2 (0 generated)
|
||||||||||||||||||||||||||||