Chromium Code Reviews
DescriptionAvoid boxing loop variables that are only mutated in initializer or update
For example:
for (int i=0; i<10; i++) {
getFoo(i).then((x) {
x.doBar(i);
});
}
BUG=
R=floitsch@google.com, karlklose@google.com
Committed: https://code.google.com/p/dart/source/detail?r=42809
Patch Set 1 #
Total comments: 1
Patch Set 2 : Linebreaking #Patch Set 3 : Rebase #
Messages
Total messages: 6 (2 generated)
|
|||||||||||||||||||||||||||||||||||||