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

Issue 1576743002: Create a prelinker for summaries. (Closed)

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

Description

Create a prelinker for summaries. The prelinker is capable of rebuilding the "Prelinked" summary information based on the "Unlinked" information. We will need to do this in order to make efficient use of summaries when some files are changed but not others, or when a pub package is upgraded but another package that depends on it is left alone. R=brianwilkerson@google.com, scheglov@google.com Committed: https://github.com/dart-lang/sdk/commit/0b7c10e2b12c2b8fbf07dfbbe49dd7557b64bf23

Patch Set 1 #

Total comments: 16
Unified diffs Side-by-side diffs Delta from patch set Stats (+962 lines, -59 lines) Patch
M pkg/analyzer/lib/src/summary/format.dart View 2 chunks +8 lines, -0 lines 0 comments Download
A pkg/analyzer/lib/src/summary/prelink.dart View 1 chunk +506 lines, -0 lines 10 comments Download
M pkg/analyzer/lib/src/summary/summarize_elements.dart View 1 chunk +4 lines, -2 lines 0 comments Download
A pkg/analyzer/test/src/summary/prelink_test.dart View 1 chunk +195 lines, -0 lines 2 comments Download
M pkg/analyzer/test/src/summary/summary_test.dart View 20 chunks +243 lines, -57 lines 4 comments Download
M pkg/analyzer/test/src/summary/test_all.dart View 2 chunks +2 lines, -0 lines 0 comments Download
M pkg/analyzer/tool/summary/idl.dart View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
Paul Berry
4 years, 11 months ago (2016-01-10 02:11:40 UTC) #2
scheglov
LGTM https://codereview.chromium.org/1576743002/diff/1/pkg/analyzer/lib/src/summary/prelink.dart File pkg/analyzer/lib/src/summary/prelink.dart (right): https://codereview.chromium.org/1576743002/diff/1/pkg/analyzer/lib/src/summary/prelink.dart#newcode1 pkg/analyzer/lib/src/summary/prelink.dart:1: // Copyright (c) 2015, the Dart project authors. ...
4 years, 11 months ago (2016-01-10 05:15:12 UTC) #3
Brian Wilkerson
LGTM https://codereview.chromium.org/1576743002/diff/1/pkg/analyzer/lib/src/summary/prelink.dart File pkg/analyzer/lib/src/summary/prelink.dart (right): https://codereview.chromium.org/1576743002/diff/1/pkg/analyzer/lib/src/summary/prelink.dart#newcode36 pkg/analyzer/lib/src/summary/prelink.dart:36: * interpreted relative to the defining compilation unit. ...
4 years, 11 months ago (2016-01-10 16:45:27 UTC) #4
Paul Berry
https://codereview.chromium.org/1576743002/diff/1/pkg/analyzer/lib/src/summary/prelink.dart File pkg/analyzer/lib/src/summary/prelink.dart (right): https://codereview.chromium.org/1576743002/diff/1/pkg/analyzer/lib/src/summary/prelink.dart#newcode1 pkg/analyzer/lib/src/summary/prelink.dart:1: // Copyright (c) 2015, the Dart project authors. Please ...
4 years, 11 months ago (2016-01-10 22:15:17 UTC) #5
Paul Berry
4 years, 11 months ago (2016-01-11 15:58:26 UTC) #7
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
0b7c10e2b12c2b8fbf07dfbbe49dd7557b64bf23 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698