dart-sdk/runtime
Ryan Macnak 4f8b16df3b Use a single file for app snapshots.
For blobs, put all four pieces into a single file with a header describing their offsets.
For dynamic libraries, move the vm isolate and isolate pieces into the dynamic library as additional read-only sections.

Automatically detect if the script argument is an app snapshot and initialize the VM appropriately, similar to automatic detection of script snapshots.

R=asiva@google.com

Review URL: https://codereview.chromium.org/2405393002 .
2016-10-13 14:33:56 -07:00
..
bin Use a single file for app snapshots. 2016-10-13 14:33:56 -07:00
include Use a single file for app snapshots. 2016-10-13 14:33:56 -07:00
lib Fix issues with argument evaluation order and noSuchMethod errors. 2016-10-12 17:04:55 -07:00
observatory Mark reload_sources_test as slow 2016-10-13 11:02:36 -07:00
platform - fix some cases where we are using uninitialized memory 2016-10-05 16:54:18 -07:00
tests/vm Use checked-in .package file for building and testing 2016-09-16 15:03:18 +02:00
third_party
tools Fix build break, set initial value for msan variable. 2016-10-03 12:45:45 -07:00
vm Use a single file for app snapshots. 2016-10-13 14:33:56 -07:00
.gitignore
BUILD.gn Enable GN ASAN builds for Linux 2016-10-05 13:43:29 -07:00
codereview.settings
CPPLINT.cfg
dart-runtime.gyp Use checked-in .package file for building and testing 2016-09-16 15:03:18 +02:00
PRESUBMIT.py