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

Issue 2669303002: Support for modular mixin resolution. (Closed)

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

Description

Support for modular mixin resolution. When a class from a different build unit is mixed in, the instance members of the mixed-in class are retained in the external library definition, so the mixin resolution pass can clone them. BUG= R=kmillikin@google.com Committed: https://github.com/dart-lang/sdk/commit/ac3e8cb7b3af6a4d866e9a1ebc62b58aefd06c25

Patch Set 1 #

Patch Set 2 : Update binary format #

Total comments: 4

Patch Set 3 : Address comments #

Patch Set 4 : Merge and organize imports #

Patch Set 5 : Fix a bug #

Unified diffs Side-by-side diffs Delta from patch set Stats (+141 lines, -25 lines) Patch
M pkg/kernel/bin/dartk.dart View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M pkg/kernel/binary.md View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M pkg/kernel/lib/analyzer/loader.dart View 1 2 3 4 8 chunks +77 lines, -9 lines 0 comments Download
M pkg/kernel/lib/ast.dart View 1 chunk +12 lines, -0 lines 0 comments Download
M pkg/kernel/lib/binary/ast_from_binary.dart View 1 2 2 chunks +4 lines, -6 lines 0 comments Download
M pkg/kernel/lib/binary/ast_to_binary.dart View 1 1 chunk +7 lines, -4 lines 0 comments Download
M pkg/kernel/lib/core_types.dart View 1 chunk +27 lines, -0 lines 0 comments Download
M pkg/kernel/lib/target/targets.dart View 1 2 3 2 chunks +7 lines, -3 lines 0 comments Download
M pkg/kernel/lib/transformations/mixin_full_resolution.dart View 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
asgerf
3 years, 10 months ago (2017-02-02 19:09:47 UTC) #2
Kevin Millikin (Google)
Yes, LGTM with the comments addressed. https://codereview.chromium.org/2669303002/diff/20001/pkg/kernel/binary.md File pkg/kernel/binary.md (right): https://codereview.chromium.org/2669303002/diff/20001/pkg/kernel/binary.md#newcode200 pkg/kernel/binary.md:200: Byte flags (isAbstract, ...
3 years, 10 months ago (2017-02-09 10:44:34 UTC) #3
asgerf
https://codereview.chromium.org/2669303002/diff/20001/pkg/kernel/binary.md File pkg/kernel/binary.md (right): https://codereview.chromium.org/2669303002/diff/20001/pkg/kernel/binary.md#newcode200 pkg/kernel/binary.md:200: Byte flags (isAbstract, xx); // where xx is index ...
3 years, 10 months ago (2017-02-13 12:43:36 UTC) #4
asgerf
3 years, 10 months ago (2017-02-13 13:20:14 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
ac3e8cb7b3af6a4d866e9a1ebc62b58aefd06c25 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698