Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Issue 113283008: Use growable lists. (Closed)

Created:
7 years ago by ahe
Modified:
6 years, 11 months ago
CC:
reviews_dartlang.org, blois
Visibility:
Public.

Description

Use growable lists. BUG=http://dartbug.com/15599 R=johnniwinther@google.com Committed: https://code.google.com/p/dart/source/detail?r=31659

Patch Set 1 #

Total comments: 8

Patch Set 2 : Removed convertToListOfStrings #

Patch Set 3 : Merged with r31653 #

Patch Set 4 : Use the right constructor to create a List from an iterable. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -24 lines) Patch
M dart/sdk/lib/_internal/compiler/implementation/mirrors_used.dart View 1 2 3 4 chunks +9 lines, -18 lines 0 comments Download
A + dart/tests/lib/mirrors/mirrors_used_merge_test.dart View 1 chunk +7 lines, -6 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
ahe
7 years ago (2013-12-12 01:49:45 UTC) #1
karlklose
DBC: https://codereview.chromium.org/113283008/diff/1/dart/sdk/lib/_internal/compiler/implementation/mirrors_used.dart File dart/sdk/lib/_internal/compiler/implementation/mirrors_used.dart (right): https://codereview.chromium.org/113283008/diff/1/dart/sdk/lib/_internal/compiler/implementation/mirrors_used.dart#newcode458 dart/sdk/lib/_internal/compiler/implementation/mirrors_used.dart:458: List<String> result = new List<String>(list.length); Why not initialize ...
7 years ago (2013-12-12 07:57:17 UTC) #2
ahe
https://codereview.chromium.org/113283008/diff/1/dart/sdk/lib/_internal/compiler/implementation/mirrors_used.dart File dart/sdk/lib/_internal/compiler/implementation/mirrors_used.dart (right): https://codereview.chromium.org/113283008/diff/1/dart/sdk/lib/_internal/compiler/implementation/mirrors_used.dart#newcode458 dart/sdk/lib/_internal/compiler/implementation/mirrors_used.dart:458: List<String> result = new List<String>(list.length); On 2013/12/12 07:57:18, karlklose ...
7 years ago (2013-12-12 09:58:07 UTC) #3
karlklose
https://codereview.chromium.org/113283008/diff/1/dart/sdk/lib/_internal/compiler/implementation/mirrors_used.dart File dart/sdk/lib/_internal/compiler/implementation/mirrors_used.dart (right): https://codereview.chromium.org/113283008/diff/1/dart/sdk/lib/_internal/compiler/implementation/mirrors_used.dart#newcode458 dart/sdk/lib/_internal/compiler/implementation/mirrors_used.dart:458: List<String> result = new List<String>(list.length); On 2013/12/12 09:58:07, ahe ...
7 years ago (2013-12-12 10:27:49 UTC) #4
ahe
I have removed convertToListOfStrings, PTAL. https://codereview.chromium.org/113283008/diff/1/dart/sdk/lib/_internal/compiler/implementation/mirrors_used.dart File dart/sdk/lib/_internal/compiler/implementation/mirrors_used.dart (right): https://codereview.chromium.org/113283008/diff/1/dart/sdk/lib/_internal/compiler/implementation/mirrors_used.dart#newcode458 dart/sdk/lib/_internal/compiler/implementation/mirrors_used.dart:458: List<String> result = new ...
7 years ago (2013-12-12 11:04:58 UTC) #5
ahe
ping
6 years, 11 months ago (2014-01-07 11:14:49 UTC) #6
Johnni Winther
lgtm
6 years, 11 months ago (2014-01-07 11:35:03 UTC) #7
ahe
6 years, 11 months ago (2014-01-09 14:30:07 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 manually as r31659 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698