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

Issue 2926883003: Compute API signatures of files. (Closed)

Created:
3 years, 6 months ago by scheglov
Modified:
3 years, 6 months ago
CC:
reviews_dartlang.org, dart-fe-team+reviews_google.com
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Compute API signatures of files. Note, that in non-incemental case this change has negative performance implications - compilation is 10% slower. Computing MD5 hashes is very expensive. In real life scenarios we will cache API signatures and URIs as part of unlinked information for each file. R=ahe@google.com, paulberry@google.com, sigmund@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/6f4bba5f035ad33a2322e5824d674b12da50a55d

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+206 lines, -9 lines) Patch
M pkg/front_end/lib/src/incremental/file_state.dart View 9 chunks +96 lines, -4 lines 4 comments Download
M pkg/front_end/lib/src/incremental_kernel_generator_impl.dart View 3 chunks +4 lines, -4 lines 0 comments Download
M pkg/front_end/test/src/incremental/file_state_test.dart View 2 chunks +106 lines, -1 line 0 comments Download

Messages

Total messages: 5 (1 generated)
scheglov
3 years, 6 months ago (2017-06-07 21:56:05 UTC) #1
ahe
lgtm A random thought and a suggestion to add more information to a comment. https://codereview.chromium.org/2926883003/diff/1/pkg/front_end/lib/src/incremental/file_state.dart ...
3 years, 6 months ago (2017-06-08 12:33:12 UTC) #2
scheglov
https://codereview.chromium.org/2926883003/diff/1/pkg/front_end/lib/src/incremental/file_state.dart File pkg/front_end/lib/src/incremental/file_state.dart (right): https://codereview.chromium.org/2926883003/diff/1/pkg/front_end/lib/src/incremental/file_state.dart#newcode56 pkg/front_end/lib/src/incremental/file_state.dart:56: /// It depends on all non-comment tokens outside the ...
3 years, 6 months ago (2017-06-09 18:40:59 UTC) #3
scheglov
3 years, 6 months ago (2017-06-09 18:41:36 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
6f4bba5f035ad33a2322e5824d674b12da50a55d (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698