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

Issue 2651633002: VM: [Kernel] Fix bootstraping when Kernel isolate is used. (Closed)

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

Description

VM: [Kernel] Fix bootstraping when Kernel isolate is used. We must bootstrap from Kernel instead of Source when running with --dfe BUG= R=asiva@google.com, kustermann@google.com Committed: https://github.com/dart-lang/sdk/commit/43a0500e37c67184f8cc8abe5afa6ff1525837f3

Patch Set 1 #

Total comments: 49

Patch Set 2 : Landing issue #

Unified diffs Side-by-side diffs Delta from patch set Stats (+449 lines, -100 lines) Patch
M runtime/bin/io_service.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M runtime/bin/io_service_no_ssl.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M runtime/bin/loader.h View 1 chunk +2 lines, -1 line 0 comments Download
M runtime/bin/loader.cc View 2 chunks +5 lines, -7 lines 0 comments Download
M runtime/bin/main.cc View 1 6 chunks +42 lines, -17 lines 0 comments Download
M runtime/include/dart_api.h View 1 1 chunk +17 lines, -1 line 0 comments Download
M runtime/include/dart_native_api.h View 2 chunks +6 lines, -2 lines 0 comments Download
M runtime/tools/kernel-service.dart View 1 4 chunks +152 lines, -22 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 1 chunk +11 lines, -7 lines 0 comments Download
M runtime/vm/dart_api_impl_test.cc View 1 13 chunks +37 lines, -15 lines 0 comments Download
M runtime/vm/dart_api_message.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M runtime/vm/kernel_isolate.h View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/kernel_isolate.cc View 1 11 chunks +144 lines, -11 lines 0 comments Download
M runtime/vm/native_api_impl.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M runtime/vm/native_message_handler.h View 2 chunks +5 lines, -1 line 0 comments Download
M runtime/vm/native_message_handler.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M runtime/vm/service_isolate.cc View 2 chunks +1 line, -4 lines 0 comments Download
M samples/sample_extension/sample_extension.cc View 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (4 generated)
hausner
Comments and questions. Siva is also looking at the CL. https://codereview.chromium.org/2651633002/diff/1/runtime/bin/loader.cc File runtime/bin/loader.cc (right): https://codereview.chromium.org/2651633002/diff/1/runtime/bin/loader.cc#newcode648 ...
3 years, 11 months ago (2017-01-24 00:50:56 UTC) #2
siva
lgtm with some comments. https://codereview.chromium.org/2651633002/diff/1/runtime/bin/main.cc File runtime/bin/main.cc (right): https://codereview.chromium.org/2651633002/diff/1/runtime/bin/main.cc#newcode875 runtime/bin/main.cc:875: case Dart_KernelCompilationStatus_Unknown: This return code ...
3 years, 11 months ago (2017-01-24 02:38:02 UTC) #4
kustermann
LGTM, added some nits https://codereview.chromium.org/2651633002/diff/1/runtime/bin/main.cc File runtime/bin/main.cc (right): https://codereview.chromium.org/2651633002/diff/1/runtime/bin/main.cc#newcode816 runtime/bin/main.cc:816: // Returns true on success, ...
3 years, 10 months ago (2017-01-30 12:14:29 UTC) #6
Vyacheslav Egorov (Google)
Thanks for the review. Landing. https://codereview.chromium.org/2651633002/diff/1/runtime/bin/loader.cc File runtime/bin/loader.cc (right): https://codereview.chromium.org/2651633002/diff/1/runtime/bin/loader.cc#newcode648 runtime/bin/loader.cc:648: loader->SendKernelRequest(tag, url); On 2017/01/24 ...
3 years, 10 months ago (2017-01-30 19:34:14 UTC) #7
Vyacheslav Egorov (Google)
3 years, 10 months ago (2017-01-30 19:53:05 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
43a0500e37c67184f8cc8abe5afa6ff1525837f3 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698