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

Issue 3000003002: call _getImports only once: on a large app this was about 5s extra. (Closed)

Created:
3 years, 4 months ago by Siggi Cherem (dart-lang)
Modified:
3 years, 4 months ago
Reviewers:
sra1
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

call _getImports only once: on a large app this was about 5s extra. BUG= R=sra@google.com Committed: https://github.com/dart-lang/sdk/commit/10dce08aedceffa27642b174b6df38afcbe8e105

Patch Set 1 #

Total comments: 4

Patch Set 2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -6 lines) Patch
M pkg/compiler/lib/src/deferred_load.dart View 1 2 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 10 (5 generated)
Siggi Cherem (dart-lang)
3 years, 4 months ago (2017-08-16 00:26:52 UTC) #4
sra1
lgtm https://codereview.chromium.org/3000003002/diff/30002/pkg/compiler/lib/src/deferred_load.dart File pkg/compiler/lib/src/deferred_load.dart (right): https://codereview.chromium.org/3000003002/diff/30002/pkg/compiler/lib/src/deferred_load.dart#newcode547 pkg/compiler/lib/src/deferred_load.dart:547: Iterable<ImportElement> imports = _getImports(dependency, library); Presumably this is ...
3 years, 4 months ago (2017-08-16 01:09:22 UTC) #5
Siggi Cherem (dart-lang)
thanks https://codereview.chromium.org/3000003002/diff/30002/pkg/compiler/lib/src/deferred_load.dart File pkg/compiler/lib/src/deferred_load.dart (right): https://codereview.chromium.org/3000003002/diff/30002/pkg/compiler/lib/src/deferred_load.dart#newcode547 pkg/compiler/lib/src/deferred_load.dart:547: Iterable<ImportElement> imports = _getImports(dependency, library); On 2017/08/16 01:09:22, ...
3 years, 4 months ago (2017-08-16 01:18:20 UTC) #7
sra1
lgtm
3 years, 4 months ago (2017-08-16 01:45:50 UTC) #8
Siggi Cherem (dart-lang)
3 years, 4 months ago (2017-08-16 03:27:36 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 (id:70001) manually as
10dce08aedceffa27642b174b6df38afcbe8e105 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698