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

Issue 1234053002: Add SubclassNode to prepare for optimized queries on ClassWorld. (Closed)

Created:
5 years, 5 months ago by Johnni Winther
Modified:
5 years, 5 months ago
CC:
reviews_dartlang.org, Siggi Cherem (dart-lang)
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add SubclassNode to prepare for optimized queries on ClassWorld. BUG= R=karlklose@google.com Committed: https://github.com/dart-lang/sdk/commit/2526ef6b4bd5f2185fba3be067bcb3444c3c635d

Patch Set 1 #

Total comments: 20

Patch Set 2 : Updated cf. comments. #

Total comments: 18

Patch Set 3 : Updated cf. comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+584 lines, -18 lines) Patch
M pkg/compiler/lib/src/dart2jslib.dart View 1 chunk +1 line, -0 lines 0 comments Download
A pkg/compiler/lib/src/universe/class_set.dart View 1 2 1 chunk +165 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/use_unused_api.dart View 1 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/world.dart View 1 2 6 chunks +68 lines, -16 lines 0 comments Download
A tests/compiler/dart2js/class_set_test.dart View 1 1 chunk +324 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/world_test.dart View 4 chunks +24 lines, -2 lines 0 comments Download

Messages

Total messages: 12 (2 generated)
Johnni Winther
5 years, 5 months ago (2015-07-14 11:24:39 UTC) #2
Siggi Cherem (dart-lang)
nice https://codereview.chromium.org/1234053002/diff/1/pkg/compiler/lib/src/universe/class_set.dart File pkg/compiler/lib/src/universe/class_set.dart (right): https://codereview.chromium.org/1234053002/diff/1/pkg/compiler/lib/src/universe/class_set.dart#newcode16 pkg/compiler/lib/src/universe/class_set.dart:16: class SubclassNode { This is a hard one ...
5 years, 5 months ago (2015-07-14 23:51:07 UTC) #4
Johnni Winther
https://codereview.chromium.org/1234053002/diff/1/pkg/compiler/lib/src/universe/class_set.dart File pkg/compiler/lib/src/universe/class_set.dart (right): https://codereview.chromium.org/1234053002/diff/1/pkg/compiler/lib/src/universe/class_set.dart#newcode16 pkg/compiler/lib/src/universe/class_set.dart:16: class SubclassNode { On 2015/07/14 23:51:07, Siggi Cherem (dart-lang) ...
5 years, 5 months ago (2015-07-15 08:55:09 UTC) #5
Johnni Winther
Ping
5 years, 5 months ago (2015-07-20 12:50:57 UTC) #6
Siggi Cherem (dart-lang)
Hey Johnni - did you mean to upload a new patch?
5 years, 5 months ago (2015-07-20 15:19:52 UTC) #7
Johnni Winther
https://codereview.chromium.org/1234053002/diff/1/pkg/compiler/lib/src/universe/class_set.dart File pkg/compiler/lib/src/universe/class_set.dart (right): https://codereview.chromium.org/1234053002/diff/1/pkg/compiler/lib/src/universe/class_set.dart#newcode16 pkg/compiler/lib/src/universe/class_set.dart:16: class SubclassNode { On 2015/07/15 08:55:08, Johnni Winther wrote: ...
5 years, 5 months ago (2015-07-21 12:11:01 UTC) #8
karlklose
LGTM. https://codereview.chromium.org/1234053002/diff/20001/pkg/compiler/lib/src/universe/class_set.dart File pkg/compiler/lib/src/universe/class_set.dart (right): https://codereview.chromium.org/1234053002/diff/20001/pkg/compiler/lib/src/universe/class_set.dart#newcode38 pkg/compiler/lib/src/universe/class_set.dart:38: /// The node for the direct subclasses of ...
5 years, 5 months ago (2015-07-21 12:47:21 UTC) #9
Johnni Winther
https://codereview.chromium.org/1234053002/diff/20001/pkg/compiler/lib/src/universe/class_set.dart File pkg/compiler/lib/src/universe/class_set.dart (right): https://codereview.chromium.org/1234053002/diff/20001/pkg/compiler/lib/src/universe/class_set.dart#newcode38 pkg/compiler/lib/src/universe/class_set.dart:38: /// The node for the direct subclasses of [cls]. ...
5 years, 5 months ago (2015-07-21 14:22:01 UTC) #10
Johnni Winther
Committed patchset #3 (id:40001) manually as 2526ef6b4bd5f2185fba3be067bcb3444c3c635d (presubmit successful).
5 years, 5 months ago (2015-07-21 14:30:24 UTC) #11
Siggi Cherem (dart-lang)
5 years, 5 months ago (2015-07-21 14:35:09 UTC) #12
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698