Chromium Code Reviews
DescriptionSupport scalar lists in array bounds check elimination.
This allows to eliminate bounds checks for scalar lists in loops like:
for (var i=0; i < a.length; i++) {
a[i]
}
Committed: https://code.google.com/p/dart/source/detail?r=16716
Patch Set 1 #
Total comments: 2
Patch Set 2 : addressed comment #
Messages
Total messages: 4 (0 generated)
|
|||||||||||||||||||||||||||||||||||||