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

Issue 2298493002: Make LIBRARY_CYCLE_UNITS and LIBRARY_CYCLE_DEPENDENCIES be List<LibrarySpecificUnit>. (Closed)

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

Description

Make LIBRARY_CYCLE_UNITS and LIBRARY_CYCLE_DEPENDENCIES be List<LibrarySpecificUnit>. I expected some performance gains by avoiding creating LSU instances multiple times, but don't see any difference. However this makes flutter-memory-initialAnalysis-2 benchmark use about 2.5% less memory. R=brianwilkerson@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/a92f54c746a22ddd5b54bf7b732d671531df7113

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -85 lines) Patch
M pkg/analyzer/lib/src/task/dart.dart View 10 chunks +30 lines, -45 lines 0 comments Download
M pkg/analyzer/test/src/task/dart_test.dart View 8 chunks +40 lines, -40 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
scheglov
4 years, 3 months ago (2016-08-30 19:53:31 UTC) #1
Brian Wilkerson
I had a more general way of reducing the number of LSU's (https://codereview.chromium.org/2151373002/), but if ...
4 years, 3 months ago (2016-08-30 20:18:02 UTC) #2
scheglov
On 2016/08/30 20:18:02, Brian Wilkerson wrote: > I had a more general way of reducing ...
4 years, 3 months ago (2016-08-30 20:26:49 UTC) #3
scheglov
4 years, 3 months ago (2016-08-30 20:54:01 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
a92f54c746a22ddd5b54bf7b732d671531df7113 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698