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

Issue 2668503003: VM: [Kernel] Switch to DFE for testing -c dartk configuration. (Closed)

Created:
3 years, 10 months ago by Vyacheslav Egorov (Google)
Modified:
3 years, 10 months ago
Reviewers:
siva, hausner, kustermann
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

VM: [Kernel] Switch to DFE for testing -c dartk configuration. R=kustermann@google.com Committed: https://github.com/dart-lang/sdk/commit/a7ffe241771861620035758a775ed885c378381a

Patch Set 1 #

Patch Set 2 : Done #

Total comments: 38

Patch Set 3 : Done #

Patch Set 4 : Done #

Total comments: 1

Patch Set 5 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+315 lines, -59 lines) Patch
M runtime/tools/kernel-service.dart View 1 2 3 4 8 chunks +119 lines, -5 lines 0 comments Download
M runtime/vm/kernel_isolate.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M tests/co19/co19-kernel.status View 4 chunks +7 lines, -8 lines 0 comments Download
M tests/language/language_kernel.status View 1 2 3 2 chunks +15 lines, -25 lines 0 comments Download
M tools/testing/dart/compiler_configuration.dart View 4 chunks +27 lines, -11 lines 0 comments Download
M tools/testing/dart/runtime_configuration.dart View 2 chunks +3 lines, -1 line 0 comments Download
M tools/testing/dart/test_options.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M tools/testing/dart/test_runner.dart View 1 2 3 4 13 chunks +138 lines, -9 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
Vyacheslav Egorov (Google)
PTAL
3 years, 10 months ago (2017-01-31 14:48:14 UTC) #2
kustermann
lgtm https://codereview.chromium.org/2668503003/diff/20001/runtime/tools/kernel-service.dart File runtime/tools/kernel-service.dart (right): https://codereview.chromium.org/2668503003/diff/20001/runtime/tools/kernel-service.dart#newcode19 runtime/tools/kernel-service.dart:19: // dart runtime/tools/kernel-service.dart This should be: dart runtime/tools/kernel-service.dart ...
3 years, 10 months ago (2017-01-31 15:39:00 UTC) #3
siva
I thought the general consensus was to try and use the app snapshot to see ...
3 years, 10 months ago (2017-01-31 16:43:40 UTC) #5
siva
I thought the general consensus was to try and use the app snapshot to see ...
3 years, 10 months ago (2017-01-31 16:43:42 UTC) #6
Vyacheslav Egorov (Google)
Thanks for the comments, Martin! https://codereview.chromium.org/2668503003/diff/20001/runtime/tools/kernel-service.dart File runtime/tools/kernel-service.dart (right): https://codereview.chromium.org/2668503003/diff/20001/runtime/tools/kernel-service.dart#newcode19 runtime/tools/kernel-service.dart:19: // dart runtime/tools/kernel-service.dart On ...
3 years, 10 months ago (2017-01-31 17:06:55 UTC) #7
Vyacheslav Egorov (Google)
AppJIT snapshot is certainly an important piece that will make front-end usable for the end ...
3 years, 10 months ago (2017-01-31 17:18:55 UTC) #8
Vyacheslav Egorov (Google)
Committed patchset #5 (id:80001) manually as a7ffe241771861620035758a775ed885c378381a (presubmit successful).
3 years, 10 months ago (2017-01-31 17:25:07 UTC) #10
hausner
3 years, 10 months ago (2017-01-31 17:27:04 UTC) #12
Message was sent while issue was closed.
I still think this is the wrong approach to reduce testing time.

1) Requiring two processes to run each test makes things flaky, especially on
the bots.

2) We don't see the actual performance of the dart front end. If we experienced
it every day, we'd push harder to improve runtimes.

Powered by Google App Engine
This is Rietveld 408576698