dart-sdk/runtime
Martin Kustermann 1fcd896ed9 [VM] Avoid deadlock by allowing us to run kernel isolate from a script snapshot, fixes all dartk-sim* builders
Currently on sim* architectures we use a script snapshot (and not an app
jit snapshot, as we normally do) for the kernel isolate.
  -> See utils/application_snapshot.gni:declare_args()

The change in [0] causes a deadlock where we try to compile the kernel
isolate (or rather a script snapshot of it) via the kernel isolate.

This CL fixes all the dartk-sim* builders by allowing us to run the
kernel snapshot from a script snapshot.

[0] https://dart-review.googlesource.com/52986

Change-Id: I513993f7c78310165d90f7622879482598f1e577
Reviewed-on: https://dart-review.googlesource.com/53380
Reviewed-by: Vyacheslav Egorov <vegorov@google.com>
2018-05-02 13:52:46 +00:00
..
bin [VM] Avoid deadlock by allowing us to run kernel isolate from a script snapshot, fixes all dartk-sim* builders 2018-05-02 13:52:46 +00:00
include [VM] Set up package config value when invoking the front end for compilation, 2018-05-01 22:57:35 +00:00
lib [vm] Add Dart_NewExternalTypedDataWithFinalizer. 2018-05-01 01:57:41 +00:00
observatory dart2js: turn on sync-async by default 2018-04-27 19:48:46 +00:00
platform Revert "[VM] Improve code generation for uint32" 2018-05-01 00:25:01 +00:00
tests/vm Update status for Windows 2018-05-02 08:32:58 +00:00
third_party [gn] Split target arch/os defines from dart_config 2017-10-31 17:33:13 +00:00
tools Read patch files in strong mode 2018-02-05 14:35:36 +00:00
vm Fix incorrect handling of NSM forwarders and pull all logic into CFE. 2018-05-02 12:18:30 +00:00
.gitignore
BUILD.gn [vm, fuchsia] Build the VM as a shared library instead of a static library. 2018-04-27 21:14:37 +00:00
codereview.settings
CPPLINT.cfg clang-formats remaining files and adds a presubmit check. 2016-11-09 12:43:57 -08:00
PRESUBMIT.py VM: Enforce correctly formatted C++ code 2016-11-30 23:52:52 +01:00
runtime_args.gni [vm, fuchsia] Build the VM as a shared library instead of a static library. 2018-04-27 21:14:37 +00:00