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

Issue 2918623004: 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

Patch Set 1 #

Patch Set 2 : Remove some overrides of performModularTransformationsOnProgram #

Total comments: 3

Patch Set 3 : Remove explicit calls to backend-target transformations from fasta.dart #

Patch Set 4 : Adjust to the recent changes in master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+160 lines, -73 lines) Patch
M pkg/front_end/lib/kernel_generator.dart View 2 chunks +2 lines, -2 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 0 comments Download
M pkg/front_end/lib/src/fasta/fasta.dart View 1 2 3 6 chunks +13 lines, -12 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_target.dart View 1 2 3 1 chunk +5 lines, -21 lines 0 comments Download
M pkg/front_end/lib/src/incremental_kernel_generator_impl.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/front_end/test/fasta/shaker_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/test/fasta/testing/suite.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/front_end/tool/fasta_perf.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/kernel/lib/target/flutter.dart View 1 2 3 1 chunk +6 lines, -4 lines 0 comments Download
M pkg/kernel/lib/target/targets.dart View 1 2 3 4 chunks +43 lines, -11 lines 0 comments Download
M pkg/kernel/lib/target/vm.dart View 1 2 3 1 chunk +6 lines, -4 lines 0 comments Download
A pkg/kernel/lib/target/vm_fasta.dart View 1 2 3 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 1 2 3 2 chunks +6 lines, -4 lines 0 comments Download
M pkg/kernel/test/closures/suite.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/kernel/test/interpreter/suite.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/kernel/test/reify/suite.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M pkg/kernel/tool/dartk.dart View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 12 (4 generated)
Dmitry Stefantsov
The intent of this CL is to put all target-specific transformations into backend targets. Here ...
3 years, 6 months ago (2017-06-01 11:16:04 UTC) #2
ahe
lgtm Sweet! https://codereview.chromium.org/2918623004/diff/20001/pkg/front_end/lib/src/fasta/kernel/kernel_target.dart File pkg/front_end/lib/src/fasta/kernel/kernel_target.dart (right): https://codereview.chromium.org/2918623004/diff/20001/pkg/front_end/lib/src/fasta/kernel/kernel_target.dart#newcode659 pkg/front_end/lib/src/fasta/kernel/kernel_target.dart:659: logger: (String msg) => ticker.logMs(msg)); Nice touch ...
3 years, 6 months ago (2017-06-01 11:44:55 UTC) #3
ahe
I think there may be a few conflicts with this CL: https://codereview.chromium.org/2918593003/
3 years, 6 months ago (2017-06-01 11:46:10 UTC) #4
Dmitry Stefantsov
On 2017/06/01 11:46:10, ahe wrote: > I think there may be a few conflicts with ...
3 years, 6 months ago (2017-06-01 12:36:38 UTC) #5
scheglov
lgtm
3 years, 6 months ago (2017-06-01 14:08:27 UTC) #7
Siggi Cherem (dart-lang)
https://codereview.chromium.org/2918623004/diff/20001/pkg/front_end/lib/src/fasta/fasta.dart File pkg/front_end/lib/src/fasta/fasta.dart (right): https://codereview.chromium.org/2918623004/diff/20001/pkg/front_end/lib/src/fasta/fasta.dart#newcode228 pkg/front_end/lib/src/fasta/fasta.dart:228: target.performModularTransformationsOnProgram(coreTypes, program); dbc - do we still need this ...
3 years, 6 months ago (2017-06-01 18:29:32 UTC) #9
Dmitry Stefantsov
https://codereview.chromium.org/2918623004/diff/20001/pkg/front_end/lib/src/fasta/fasta.dart File pkg/front_end/lib/src/fasta/fasta.dart (right): https://codereview.chromium.org/2918623004/diff/20001/pkg/front_end/lib/src/fasta/fasta.dart#newcode228 pkg/front_end/lib/src/fasta/fasta.dart:228: target.performModularTransformationsOnProgram(coreTypes, program); On 2017/06/01 18:29:31, Siggi Cherem (dart-lang) wrote: ...
3 years, 6 months ago (2017-06-02 07:52:52 UTC) #10
Dmitry Stefantsov
3 years, 6 months ago (2017-06-02 08:40:24 UTC) #12
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
8ff762067a9fd65513dcd711493d311791bf2774 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698