-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dart cli] Remove need for dartdev.dill file from sdk
The bulid rules generate an appjit snapshot or a kernel file under dartdev.dart.snapshot depending on whether the target_cpu is the same as the host_cpu. Generation of the additional dartdev.dill file is not needed because of this, the logic to start the dartdev isolate tries to load dartdev.dart.snapshot as an appjit snapshot first and if that fails it tries it as a kernel file. TEST=ci Change-Id: I1c985bdf543d3eb5e17d968378053cc558fd8a0f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/306134 Reviewed-by: Ben Konyi <[email protected]> Commit-Queue: Siva Annamalai <[email protected]>
- Loading branch information
Showing
3 changed files
with
14 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters