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

Issue 1188713005: Use an ES6 map for a linked identity hash map. (Closed)

Created:
5 years, 6 months ago by Harry Terkelsen
Modified:
5 years, 6 months ago
Reviewers:
floitsch, sra1
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : fix tests #

Total comments: 6

Patch Set 3 : #

Total comments: 3

Patch Set 4 : fix tests #

Patch Set 5 : fix tests #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+185 lines, -8 lines) Patch
M sdk/lib/_internal/compiler/js_lib/collection_patch.dart View 1 2 3 5 chunks +177 lines, -3 lines 0 comments Download
M sdk/lib/_internal/compiler/js_lib/foreign_helper.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/compiler/js_lib/isolate_helper.dart View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/js_lib/isolate_serialization.dart View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/js_lib/linked_hash_map.dart View 1 2 3 2 chunks +5 lines, -4 lines 0 comments Download

Messages

Total messages: 13 (2 generated)
Harry Terkelsen
I am only overriding the LinkedIdentityHashMap to avoid having to rehash everything if something overrides ...
5 years, 6 months ago (2015-06-17 18:27:32 UTC) #2
Harry Terkelsen
5 years, 6 months ago (2015-06-17 18:27:51 UTC) #4
floitsch
LGTM. https://codereview.chromium.org/1188713005/diff/20001/sdk/lib/_internal/compiler/js_lib/collection_patch.dart File sdk/lib/_internal/compiler/js_lib/collection_patch.dart (right): https://codereview.chromium.org/1188713005/diff/20001/sdk/lib/_internal/compiler/js_lib/collection_patch.dart#newcode552 sdk/lib/_internal/compiler/js_lib/collection_patch.dart:552: 'typeof Map != "undefined"'); indent. https://codereview.chromium.org/1188713005/diff/20001/sdk/lib/_internal/compiler/js_lib/collection_patch.dart#newcode557 sdk/lib/_internal/compiler/js_lib/collection_patch.dart:557: ? ...
5 years, 6 months ago (2015-06-18 09:48:20 UTC) #5
Harry Terkelsen
https://codereview.chromium.org/1188713005/diff/20001/sdk/lib/_internal/compiler/js_lib/collection_patch.dart File sdk/lib/_internal/compiler/js_lib/collection_patch.dart (right): https://codereview.chromium.org/1188713005/diff/20001/sdk/lib/_internal/compiler/js_lib/collection_patch.dart#newcode552 sdk/lib/_internal/compiler/js_lib/collection_patch.dart:552: 'typeof Map != "undefined"'); On 2015/06/18 09:48:19, floitsch wrote: ...
5 years, 6 months ago (2015-06-18 16:12:37 UTC) #6
Harry Terkelsen
Committed patchset #3 (id:40001) manually as 008b41dc3367a5990a1c8dc8aaa7af3851068cf7 (presubmit successful).
5 years, 6 months ago (2015-06-18 16:13:58 UTC) #7
sra1
I'm excited to see results! https://codereview.chromium.org/1188713005/diff/40001/sdk/lib/_internal/compiler/js_lib/collection_patch.dart File sdk/lib/_internal/compiler/js_lib/collection_patch.dart (right): https://codereview.chromium.org/1188713005/diff/40001/sdk/lib/_internal/compiler/js_lib/collection_patch.dart#newcode661 sdk/lib/_internal/compiler/js_lib/collection_patch.dart:661: // detection, and iteration ...
5 years, 6 months ago (2015-06-18 17:01:01 UTC) #8
Harry Terkelsen
Spent a long time fixing this test: http://build.chromium.org/p/client.dart/builders/dart2js-safari-mac10.9-2-3-be/builds/1512/steps/dart2js-safari%20tests%20--dart2js-batch%20failures/logs/stdio The test checks that an exception is ...
5 years, 6 months ago (2015-06-19 01:08:12 UTC) #9
Harry Terkelsen
PTAL, had to fix the serialization issue without using 'dart:mirrors'
5 years, 6 months ago (2015-06-23 21:15:34 UTC) #10
floitsch
LGTM. Why was the serialization a problem? Does that mean that we currently can't serialize ...
5 years, 6 months ago (2015-06-24 12:46:01 UTC) #11
Harry Terkelsen
On 2015/06/24 12:46:01, floitsch wrote: > LGTM. > Why was the serialization a problem? > ...
5 years, 6 months ago (2015-06-24 19:46:34 UTC) #12
Harry Terkelsen
5 years, 6 months ago (2015-06-24 22:16:53 UTC) #13
Message was sent while issue was closed.
Committed patchset #6 (id:100001) manually as
46fdfd1c7d9cdd2b40b25add9ad85eae27a394c0 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698