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

Issue 13715002: Add a dart2js specific HashSet implementation that follows the HashMap implementation fairly closel… (Closed)

Created:
7 years, 8 months ago by kasperl
Modified:
7 years, 8 months ago
Reviewers:
erikcorry
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add a dart2js specific HashSet implementation that follows the HashMap implementation fairly closely. I'd like to wait a bit with refactoring this more aggressively until the linked variants have landed. R=erikcorry@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=20958

Patch Set 1 #

Total comments: 8

Patch Set 2 : Address feedback. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+392 lines, -73 lines) Patch
M runtime/lib/collection_patch.dart View 1 chunk +78 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/collection_patch.dart View 1 5 chunks +302 lines, -15 lines 0 comments Download
M sdk/lib/collection/hash_set.dart View 1 chunk +12 lines, -58 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
kasperl
7 years, 8 months ago (2013-04-05 07:19:51 UTC) #1
erikcorry
LGTM https://codereview.chromium.org/13715002/diff/1/sdk/lib/_internal/compiler/implementation/lib/collection_patch.dart File sdk/lib/_internal/compiler/implementation/lib/collection_patch.dart (right): https://codereview.chromium.org/13715002/diff/1/sdk/lib/_internal/compiler/implementation/lib/collection_patch.dart#newcode362 sdk/lib/_internal/compiler/implementation/lib/collection_patch.dart:362: // The hash map contents is divided into ...
7 years, 8 months ago (2013-04-05 08:31:06 UTC) #2
kasperl
https://codereview.chromium.org/13715002/diff/1/sdk/lib/_internal/compiler/implementation/lib/collection_patch.dart File sdk/lib/_internal/compiler/implementation/lib/collection_patch.dart (right): https://codereview.chromium.org/13715002/diff/1/sdk/lib/_internal/compiler/implementation/lib/collection_patch.dart#newcode362 sdk/lib/_internal/compiler/implementation/lib/collection_patch.dart:362: // The hash map contents is divided into three ...
7 years, 8 months ago (2013-04-05 08:51:44 UTC) #3
kasperl
7 years, 8 months ago (2013-04-05 10:23:51 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r20958 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698