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

Issue 1633863002: Support for constructor references in constant serializer and prelinker. (Closed)

Created:
4 years, 11 months ago by scheglov
Modified:
4 years, 11 months ago
Reviewers:
Paul Berry
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Support for constructor references in constant serializer and prelinker. R=paulberry@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/b0836ee7b9d88078f5bac07be69c64d4fe7ce80e

Patch Set 1 #

Total comments: 6

Patch Set 2 : Record default constructor references as class references #

Unified diffs Side-by-side diffs Delta from patch set Stats (+255 lines, -111 lines) Patch
M pkg/analyzer/lib/src/summary/format.dart View 1 1 chunk +5 lines, -8 lines 0 comments Download
M pkg/analyzer/lib/src/summary/prelink.dart View 5 chunks +43 lines, -12 lines 0 comments Download
M pkg/analyzer/lib/src/summary/summarize_ast.dart View 1 1 chunk +12 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/src/summary/summarize_const_expr.dart View 2 chunks +6 lines, -6 lines 0 comments Download
M pkg/analyzer/lib/src/summary/summarize_elements.dart View 1 4 chunks +31 lines, -13 lines 0 comments Download
M pkg/analyzer/test/src/summary/summary_common.dart View 1 15 chunks +153 lines, -64 lines 0 comments Download
M pkg/analyzer/tool/summary/idl.dart View 1 1 chunk +5 lines, -8 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
scheglov
4 years, 11 months ago (2016-01-25 20:32:36 UTC) #1
Paul Berry
https://codereview.chromium.org/1633863002/diff/1/pkg/analyzer/lib/src/summary/prelink.dart File pkg/analyzer/lib/src/summary/prelink.dart (right): https://codereview.chromium.org/1633863002/diff/1/pkg/analyzer/lib/src/summary/prelink.dart#newcode47 pkg/analyzer/lib/src/summary/prelink.dart:47: final Map<String, _Meaning> namespace; Instead of adding _ClassMeaning as ...
4 years, 11 months ago (2016-01-26 00:47:22 UTC) #2
scheglov
PTAL https://codereview.chromium.org/1633863002/diff/1/pkg/analyzer/lib/src/summary/prelink.dart File pkg/analyzer/lib/src/summary/prelink.dart (right): https://codereview.chromium.org/1633863002/diff/1/pkg/analyzer/lib/src/summary/prelink.dart#newcode47 pkg/analyzer/lib/src/summary/prelink.dart:47: final Map<String, _Meaning> namespace; On 2016/01/26 00:47:21, Paul ...
4 years, 11 months ago (2016-01-26 04:34:49 UTC) #3
Paul Berry
lgtm, thanks!
4 years, 11 months ago (2016-01-26 12:43:56 UTC) #4
scheglov
4 years, 11 months ago (2016-01-26 16:23:17 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
b0836ee7b9d88078f5bac07be69c64d4fe7ce80e (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698