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

Issue 2997413002: Support --use-kernel in memory_compiler (Closed)

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

Description

Support --use-kernel in memory_compiler - and start using it to deprecate --use-kernel-in-ssa R=sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/583d3c5e844a970094ef7f8855858cba3610bb58

Patch Set 1 #

Total comments: 5

Patch Set 2 : Remove hack in source_loader #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -238 lines) Patch
M pkg/compiler/lib/src/js_backend/backend.dart View 1 chunk +3 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/compiler_helper.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/js_constant_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/js_spec_optimization_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/kernel/assert_test.dart View 2 chunks +9 lines, -5 lines 0 comments Download
D tests/compiler/dart2js/kernel/class_hierarchy_test.dart View 1 chunk +0 lines, -81 lines 0 comments Download
M tests/compiler/dart2js/kernel/constructors_test.dart View 2 chunks +8 lines, -5 lines 0 comments Download
M tests/compiler/dart2js/kernel/getters_setters_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/kernel/helper.dart View 5 chunks +16 lines, -10 lines 0 comments Download
M tests/compiler/dart2js/kernel/literals_test.dart View 1 chunk +2 lines, -1 line 0 comments Download
M tests/compiler/dart2js/kernel/loops_test.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/kernel/switch_test.dart View 6 chunks +7 lines, -7 lines 0 comments Download
D tests/compiler/dart2js/kernel/visitor_test.dart View 1 chunk +0 lines, -114 lines 0 comments Download
M tests/compiler/dart2js/memory_compiler.dart View 4 chunks +18 lines, -6 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
Johnni Winther
3 years, 4 months ago (2017-08-23 13:50:28 UTC) #2
Siggi Cherem (dart-lang)
if you don't mind, lets land it after I fix the issue in the FE ...
3 years, 4 months ago (2017-08-23 20:45:18 UTC) #3
Johnni Winther
https://codereview.chromium.org/2997413002/diff/1/pkg/front_end/lib/src/fasta/source/source_loader.dart File pkg/front_end/lib/src/fasta/source/source_loader.dart (right): https://codereview.chromium.org/2997413002/diff/1/pkg/front_end/lib/src/fasta/source/source_loader.dart#newcode104 pkg/front_end/lib/src/fasta/source/source_loader.dart:104: uri.scheme != "memory") { On 2017/08/23 20:45:18, Siggi Cherem ...
3 years, 4 months ago (2017-08-24 06:47:54 UTC) #4
Johnni Winther
PTAL (this assume your fix is in)
3 years, 4 months ago (2017-08-24 13:44:07 UTC) #5
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/2997413002/diff/1/tests/compiler/dart2js/kernel/literals_test.dart File tests/compiler/dart2js/kernel/literals_test.dart (right): https://codereview.chromium.org/2997413002/diff/1/tests/compiler/dart2js/kernel/literals_test.dart#newcode18 tests/compiler/dart2js/kernel/literals_test.dart:18: useKernelInSsa: true); On 2017/08/24 06:47:54, Johnni Winther wrote: ...
3 years, 4 months ago (2017-08-24 15:32:15 UTC) #6
Johnni Winther
3 years, 3 months ago (2017-08-30 08:42:16 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
583d3c5e844a970094ef7f8855858cba3610bb58 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698