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

Issue 2919003003: Reapply "Use backend targets to run Kernel transformations in Fasta" (Closed)

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

Description

Reapply "Use backend targets to run Kernel transformations in Fasta" This reverts commit 0b424ca5d2b89961de478475ff5b7182e25efe47 R=ahe@google.com Committed: https://github.com/dart-lang/sdk/commit/1e2f06f8da50614ec974a8ca35e7dd8aa0dcd930

Patch Set 1 #

Patch Set 2 : Pass strongMode to DillTarget to match that of KernelTarget #

Patch Set 3 : Learn strongMode in KernelTarget from the backend target #

Patch Set 4 : Follow dartanalyzer suggestions #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+221 lines, -125 lines) Patch
M pkg/analyzer/lib/src/fasta/analyzer_target.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/kernel/fasta_support.dart View 1 2 3 chunks +5 lines, -4 lines 0 comments Download
M pkg/front_end/lib/kernel_generator.dart View 1 2 4 chunks +11 lines, -8 lines 0 comments Download
M pkg/front_end/lib/src/fasta/compile_platform.dart View 1 2 2 chunks +7 lines, -4 lines 0 comments Download
M pkg/front_end/lib/src/fasta/compiler_command_line.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/lib/src/fasta/dill/dill_target.dart View 2 chunks +5 lines, -3 lines 3 comments Download
M pkg/front_end/lib/src/fasta/fasta.dart View 1 2 3 8 chunks +20 lines, -26 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_target.dart View 1 2 3 4 chunks +9 lines, -31 lines 0 comments Download
M pkg/front_end/lib/src/incremental_kernel_generator_impl.dart View 1 2 3 chunks +6 lines, -4 lines 0 comments Download
M pkg/front_end/test/fasta/shaker_test.dart View 1 2 3 chunks +7 lines, -5 lines 0 comments Download
M pkg/front_end/test/fasta/testing/suite.dart View 1 2 3 chunks +6 lines, -2 lines 0 comments Download
M pkg/front_end/tool/fasta_perf.dart View 1 2 2 chunks +5 lines, -3 lines 0 comments Download
M pkg/kernel/lib/target/flutter.dart View 1 chunk +6 lines, -4 lines 0 comments Download
M pkg/kernel/lib/target/targets.dart View 4 chunks +43 lines, -11 lines 0 comments Download
M pkg/kernel/lib/target/vm.dart View 1 chunk +6 lines, -4 lines 0 comments Download
A pkg/kernel/lib/target/vm_fasta.dart View 1 chunk +44 lines, -0 lines 0 comments Download
M pkg/kernel/lib/target/vmcc.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/kernel/lib/target/vmreify.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/kernel/lib/transformations/erasure.dart View 1 chunk +12 lines, -0 lines 0 comments Download
M pkg/kernel/test/baseline_tester.dart View 2 chunks +6 lines, -4 lines 0 comments Download
M pkg/kernel/test/closures/suite.dart View 1 2 2 chunks +7 lines, -3 lines 0 comments Download
M pkg/kernel/test/interpreter/suite.dart View 1 2 2 chunks +7 lines, -3 lines 0 comments Download
M pkg/kernel/test/reify/suite.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/kernel/tool/dartk.dart View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 12 (5 generated)
Dmitry Stefantsov
PTAL Review of Patch Set 1 is already done here: https://codereview.chromium.org/2918623004/
3 years, 6 months ago (2017-06-02 13:40:25 UTC) #4
ahe
lgtm https://codereview.chromium.org/2919003003/diff/80001/pkg/front_end/lib/src/fasta/dill/dill_target.dart File pkg/front_end/lib/src/fasta/dill/dill_target.dart (right): https://codereview.chromium.org/2919003003/diff/80001/pkg/front_end/lib/src/fasta/dill/dill_target.dart#newcode29 pkg/front_end/lib/src/fasta/dill/dill_target.dart:29: getTarget(backendTargetName, flags ?? new TargetFlags())) { Since we ...
3 years, 6 months ago (2017-06-02 14:07:46 UTC) #5
ahe
+Konstantin
3 years, 6 months ago (2017-06-02 14:08:07 UTC) #6
Dmitry Stefantsov
Committed patchset #4 (id:80001) manually as 1e2f06f8da50614ec974a8ca35e7dd8aa0dcd930 (presubmit successful).
3 years, 6 months ago (2017-06-02 14:10:37 UTC) #8
Dmitry Stefantsov
https://codereview.chromium.org/2919003003/diff/80001/pkg/front_end/lib/src/fasta/dill/dill_target.dart File pkg/front_end/lib/src/fasta/dill/dill_target.dart (right): https://codereview.chromium.org/2919003003/diff/80001/pkg/front_end/lib/src/fasta/dill/dill_target.dart#newcode29 pkg/front_end/lib/src/fasta/dill/dill_target.dart:29: getTarget(backendTargetName, flags ?? new TargetFlags())) { On 2017/06/02 14:07:46, ...
3 years, 6 months ago (2017-06-02 14:28:54 UTC) #9
ahe
https://codereview.chromium.org/2919003003/diff/80001/pkg/front_end/lib/src/fasta/dill/dill_target.dart File pkg/front_end/lib/src/fasta/dill/dill_target.dart (right): https://codereview.chromium.org/2919003003/diff/80001/pkg/front_end/lib/src/fasta/dill/dill_target.dart#newcode29 pkg/front_end/lib/src/fasta/dill/dill_target.dart:29: getTarget(backendTargetName, flags ?? new TargetFlags())) { On 2017/06/02 14:28:53, ...
3 years, 6 months ago (2017-06-02 14:30:19 UTC) #10
scheglov
3 years, 6 months ago (2017-06-02 15:26:22 UTC) #12
Message was sent while issue was closed.
LGTM

Powered by Google App Engine
This is Rietveld 408576698