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

Issue 11828043: Extend compiler API to support multiple outputs. (Closed)

Created:
7 years, 11 months ago by ahe
Modified:
7 years, 10 months ago
CC:
reviews_dartlang.org, Anders Johnsen, podivilov1
Visibility:
Public.

Description

Extend compiler API to support multiple outputs. Committed: https://code.google.com/p/dart/source/detail?r=17749

Patch Set 1 : #

Total comments: 10

Patch Set 2 : Addressed review comments #

Patch Set 3 : Rebased #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+174 lines, -48 lines) Patch
M dart/sdk/lib/_internal/compiler/compiler.dart View 3 chunks +54 lines, -5 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/apiimpl.dart View 1 2 1 chunk +6 lines, -1 line 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/compiler.dart View 1 2 3 chunks +25 lines, -1 line 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/dart2js.dart View 1 2 3 2 chunks +81 lines, -32 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart View 1 2 1 chunk +3 lines, -5 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirror.dart View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/source_file_provider.dart View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M dart/tests/compiler/dart2js/analyze_api_test.dart View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
ahe
7 years, 11 months ago (2013-01-10 12:04:17 UTC) #1
ngeoffray
Nice, LGTM but I would wait for Johnni's comments too. https://codereview.chromium.org/11828043/diff/1006/dart/sdk/lib/_internal/compiler/compiler.dart File dart/sdk/lib/_internal/compiler/compiler.dart (right): https://codereview.chromium.org/11828043/diff/1006/dart/sdk/lib/_internal/compiler/compiler.dart#newcode101 ...
7 years, 11 months ago (2013-01-10 12:15:21 UTC) #2
Johnni Winther
lgtm
7 years, 11 months ago (2013-01-10 12:25:25 UTC) #3
kasperl
https://codereview.chromium.org/11828043/diff/1006/dart/sdk/lib/_internal/compiler/compiler.dart File dart/sdk/lib/_internal/compiler/compiler.dart (right): https://codereview.chromium.org/11828043/diff/1006/dart/sdk/lib/_internal/compiler/compiler.dart#newcode98 dart/sdk/lib/_internal/compiler/compiler.dart:98: String outputType = 'js'; I'd probably use a ?: ...
7 years, 11 months ago (2013-01-18 08:30:09 UTC) #4
ahe
Thank you, Johnni, Nicolas, and Kasper. I have addressed your comments, and uploaded a new ...
7 years, 11 months ago (2013-01-25 15:50:08 UTC) #5
ahe
PTAL Patch #4 contains a fix to restore counting of output characters and updates to ...
7 years, 10 months ago (2013-01-28 15:29:48 UTC) #6
Johnni Winther
7 years, 10 months ago (2013-01-28 18:48:31 UTC) #7
Still LGTM

Powered by Google App Engine
This is Rietveld 408576698