dart-sdk/runtime
Clement Skau f546362691 [SDK] Adds dart2exe to create standalone executables.
Tested:
  ./tools/build.py --arch x64 --mode release --verbose create_sdk copy_gen_kernel_snapshot copy_dart2aot
  ./tools/build.py --arch x64 --mode product --verbose copy_gen_snapshot copy_dartaotruntime
  cp -r out/ProductX64/dart-sdk/bin/{dartaotruntime,utils/} out/ReleaseX64/dart-sdk/bin/
  out/ReleaseX64/dart-sdk/bin/dart2native ~/src/hello_world.dart
  ~/tmp/hello_world.exe

  dart tools/bots/aot_smoke_tests.dart

  python tools/test.py -n dartkp-linux-release-x64 vm/dart/run_appended_aot_snapshot_test

Change-Id: I149fcd18405cdf0a87b8f4b4072c0f0e8f98c067
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/117140
Commit-Queue: Clement Skau <cskau@google.com>
Reviewed-by: Martin Kustermann <kustermann@google.com>
2019-09-23 12:00:08 +00:00
..
bin [SDK] Adds dart2exe to create standalone executables. 2019-09-23 12:00:08 +00:00
docs [vm/doc] Add documentation describing AOT code size analysis 2019-08-12 12:08:35 +00:00
include [ VM / Service ] Add --write-service-info=<filename> flag to allow for writing VM service connection information to a file 2019-09-17 20:34:12 +00:00
lib [vm] Update wasmer and resolve a TODO. 2019-09-19 22:49:44 +00:00
llvm_codegen [llvm] Fix bit target definition on Windows - it needs .exe extension 2019-07-31 17:33:09 +00:00
observatory [vm] source report marks all const field as executed 2019-09-18 14:44:47 +00:00
platform [SDK] Adds dart2exe to create standalone executables. 2019-09-23 12:00:08 +00:00
tests/vm [SDK] Adds dart2exe to create standalone executables. 2019-09-23 12:00:08 +00:00
third_party Mass format python with yapf 2019-08-05 20:34:31 +00:00
tools [vm/fuzzer] Disable controlflow collections 2019-09-20 22:19:47 +00:00
vm [SDK] Adds dart2exe to create standalone executables. 2019-09-23 12:00:08 +00:00
.clang-tidy [vm] Add runtime/.clang-tidy file 2019-09-05 09:51:13 +00:00
.gitignore
BUILD.gn Implement a basic WASM API using wasmer. 2019-09-13 18:25:16 +00:00
codereview.settings
configs.gni [vm, fuchsia] Fix deps and stop suppressing -fvisibility=hidden. 2019-04-29 23:31:27 +00:00
CPPLINT.cfg
PRESUBMIT.py Mass format python with yapf 2019-08-05 20:34:31 +00:00
runtime_args.gni [vm/bytecode] Enable bytecode compiler by default in Dart SDK 2019-09-19 15:17:56 +00:00