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

Issue 2924333002: Use ClassHierarchy.applyChanges() in MixinFullResolution. (Closed)

Created:
3 years, 6 months ago by scheglov
Modified:
3 years, 6 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Use ClassHierarchy.applyChanges() in MixinFullResolution. So, we let the hierarchy to decide how to react to the changes, and instance of which class hierarchy to create. This makes initial compilation with Kernel Driver about 5% faster. R=ahe@google.com, paulberry@google.com, sigmund@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/5fe793ec4e91200e38cf7a816d7500ce5ddbfd37

Patch Set 1 #

Total comments: 4

Patch Set 2 : Changes for review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -7 lines) Patch
M pkg/analyzer/lib/src/fasta/analyzer_loader.dart View 1 2 chunks +3 lines, -0 lines 0 comments Download
M pkg/kernel/lib/class_hierarchy.dart View 1 2 chunks +17 lines, -2 lines 0 comments Download
M pkg/kernel/lib/src/incremental_class_hierarchy.dart View 1 1 chunk +6 lines, -0 lines 0 comments Download
M pkg/kernel/lib/transformations/mixin_full_resolution.dart View 1 chunk +2 lines, -5 lines 0 comments Download
M pkg/kernel/test/class_hierarchy_test.dart View 2 chunks +36 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
scheglov
3 years, 6 months ago (2017-06-08 19:54:07 UTC) #1
ahe
lgtm https://codereview.chromium.org/2924333002/diff/1/pkg/kernel/lib/class_hierarchy.dart File pkg/kernel/lib/class_hierarchy.dart (right): https://codereview.chromium.org/2924333002/diff/1/pkg/kernel/lib/class_hierarchy.dart#newcode128 pkg/kernel/lib/class_hierarchy.dart:128: ClassHierarchy applyChanges(Iterable<Class> changed); I suggest that you rename ...
3 years, 6 months ago (2017-06-08 20:18:10 UTC) #2
scheglov
https://codereview.chromium.org/2924333002/diff/1/pkg/kernel/lib/class_hierarchy.dart File pkg/kernel/lib/class_hierarchy.dart (right): https://codereview.chromium.org/2924333002/diff/1/pkg/kernel/lib/class_hierarchy.dart#newcode128 pkg/kernel/lib/class_hierarchy.dart:128: ClassHierarchy applyChanges(Iterable<Class> changed); On 2017/06/08 20:18:10, ahe wrote: > ...
3 years, 6 months ago (2017-06-08 21:00:25 UTC) #3
scheglov
3 years, 6 months ago (2017-06-08 21:00:57 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
5fe793ec4e91200e38cf7a816d7500ce5ddbfd37 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698