dart-sdk/sdk
Siva Chandra 4b73d12082 Link kernel service dill with the command line dart executable.
This linked in kernel service dill file will be used to load the kernel
isolate if the attempt to lookup the kernel service snapshot fails. The
kernel service snapshot is looked up in the following order.

1. If the "--dfe" option is specified, the file specified is used.
2. If the kernel service snapshot is found next to the executable,
then it is used.
3. If the kernel service snapshot is found in the "snapshots" directory
next to the executable, then it is used.

Change-Id: I5a0e757eb27b26a274b22b4bc36350fee59a100f
Reviewed-on: https://dart-review.googlesource.com/32446
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Reviewed-by: Siva Annamalai <asiva@google.com>
Commit-Queue: Siva Chandra <sivachandra@google.com>
2018-01-12 20:40:41 +00:00
..
bin Fix paths in sdk/bin/dartdevk.bat 2017-12-12 06:51:27 +00:00
lib Partial static mode changes for vm-service and tests (part 4). 2018-01-12 20:12:41 +00:00
api_readme.md fix links in readme 2015-08-20 13:17:34 -07:00
BUILD.gn Link kernel service dill with the command line dart executable. 2018-01-12 20:40:41 +00:00