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

Issue 2004833003: Support multiple resolution inputs from command line. (Closed)

Created:
4 years, 7 months ago by Johnni Winther
Modified:
4 years, 6 months ago
CC:
reviews_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Support multiple resolution inputs from command line. BUG= R=sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/42435f2643b178c2fd7b9d835a36f6fdaf4ed92c

Patch Set 1 #

Patch Set 2 : Fix and check library separation #

Total comments: 10

Patch Set 3 : Updated cf. comments. #

Patch Set 4 : Fix after rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+296 lines, -101 lines) Patch
M pkg/compiler/lib/src/apiimpl.dart View 1 1 chunk +7 lines, -5 lines 0 comments Download
M pkg/compiler/lib/src/dart2js.dart View 1 2 6 chunks +12 lines, -6 lines 0 comments Download
M pkg/compiler/lib/src/diagnostics/messages.dart View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/options.dart View 6 chunks +7 lines, -7 lines 0 comments Download
M pkg/compiler/lib/src/resolution/members.dart View 1 1 chunk +2 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/serialization/element_serialization.dart View 1 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/serialization/modelz.dart View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/serialization/serialization.dart View 1 2 8 chunks +87 lines, -10 lines 0 comments Download
M pkg/compiler/lib/src/serialization/system.dart View 1 1 chunk +2 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/serialization/task.dart View 1 2 3 chunks +4 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/memory_compiler.dart View 1 2 3 4 chunks +4 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/mirrors_used_test.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/serialization/analysis_test.dart View 1 3 chunks +7 lines, -7 lines 0 comments Download
M tests/compiler/dart2js/serialization/compilation_test.dart View 1 3 chunks +7 lines, -7 lines 0 comments Download
A tests/compiler/dart2js/serialization/duplicate_library_test.dart View 1 2 3 1 chunk +38 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/serialization/equivalence_test.dart View 1 5 chunks +12 lines, -5 lines 0 comments Download
M tests/compiler/dart2js/serialization/helper.dart View 1 2 chunks +41 lines, -5 lines 0 comments Download
M tests/compiler/dart2js/serialization/impact_test.dart View 1 3 chunks +5 lines, -4 lines 0 comments Download
M tests/compiler/dart2js/serialization/library_test.dart View 1 5 chunks +32 lines, -25 lines 0 comments Download
M tests/compiler/dart2js/serialization/model_test.dart View 1 4 chunks +9 lines, -8 lines 0 comments Download
M tests/compiler/dart2js/serialization/resolved_ast_test.dart View 1 3 chunks +5 lines, -4 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
Johnni Winther
4 years, 7 months ago (2016-05-24 09:37:34 UTC) #2
Johnni Winther
Uploaded a revised patch.
4 years, 7 months ago (2016-05-24 14:31:07 UTC) #3
Siggi Cherem (dart-lang)
lgtm, nice to see this come together! https://codereview.chromium.org/2004833003/diff/20001/pkg/compiler/lib/src/dart2js.dart File pkg/compiler/lib/src/dart2js.dart (right): https://codereview.chromium.org/2004833003/diff/20001/pkg/compiler/lib/src/dart2js.dart#newcode841 pkg/compiler/lib/src/dart2js.dart:841: final Uri ...
4 years, 7 months ago (2016-05-24 18:08:15 UTC) #4
Johnni Winther
https://codereview.chromium.org/2004833003/diff/20001/pkg/compiler/lib/src/dart2js.dart File pkg/compiler/lib/src/dart2js.dart (right): https://codereview.chromium.org/2004833003/diff/20001/pkg/compiler/lib/src/dart2js.dart#newcode841 pkg/compiler/lib/src/dart2js.dart:841: final Uri _SERIALIZED_URI = Uri.parse('file:fake.data'); On 2016/05/24 18:08:14, Siggi ...
4 years, 7 months ago (2016-05-25 07:54:47 UTC) #5
Johnni Winther
Committed patchset #4 (id:60001) manually as 42435f2643b178c2fd7b9d835a36f6fdaf4ed92c (presubmit successful).
4 years, 7 months ago (2016-05-25 09:02:50 UTC) #7
sra1
Please investigate why this CL adds 6% (77k) to the generated code size benchmark CompileAngular2-tree
4 years, 6 months ago (2016-05-27 20:47:23 UTC) #9
Johnni Winther
On 2016/05/27 20:47:23, sra1 wrote: > Please investigate why this CL adds 6% (77k) to ...
4 years, 6 months ago (2016-05-30 08:58:17 UTC) #10
sra1
4 years, 6 months ago (2016-05-31 20:48:35 UTC) #11
Message was sent while issue was closed.
On 2016/05/30 08:58:17, Johnni Winther wrote:
> On 2016/05/27 20:47:23, sra1 wrote:
> > Please investigate why this CL adds 6% (77k) to the generated code size
> > benchmark CompileAngular2-tree
> 
> Hopefully fixed by https://codereview.chromium.org/2021723003/

Thanks!

Powered by Google App Engine
This is Rietveld 408576698