dart-sdk/runtime/include
asiva b1c6d89fb0 [VM/runtime] Remove support for loading URLs through service isolate
- Removes the load port functionality from the service isolate, this was
  used to load sources in Dart 1 and is pretty much dead code in Dart 2
- Moves resolution of URIs and Package URI (based on package map) to the
  individual isolates instead of sending a request to the service isolate
- Setups the package map lazily as it is needed only if resolveURI is
  called in Dart code, it is not needed for loading/compiling sources
  (this is now done in the front end).
- Removed Dart_ServiceWaitForLoadPort() methods from the Dart C API as
  it is not used anywhere.

Change-Id: I6c3704bc431bdcd49bf074eb58bee1ed492ccccb
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/129742
Commit-Queue: Siva Annamalai <asiva@google.com>
Reviewed-by: Alexander Markov <alexmarkov@google.com>
2019-12-27 17:30:05 +00:00
..
bin Rollforward of the dart_io_api.h include change, with a fix for flutter. 2018-11-19 18:16:11 +00:00
dart_api.h [VM/runtime] Remove support for loading URLs through service isolate 2019-12-27 17:30:05 +00:00
dart_embedder_api.h [ 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
dart_native_api.h Miscellaneous documentation updates. 2019-12-13 23:10:55 +00:00
dart_tools_api.h [vm] Document clock compatibility between Timeline.now and Dart_TimelineGetMicros. 2019-06-19 21:17:51 +00:00