forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[vm] Extend AppJIT capability of gen_snapshot.
- Add generation of AppJIT snapshots (from a trace rather than a training run). - Add generation of AppJIT snapshots under the constraint of not generating a new instructions segment. - Remove generation of script snapshots (no longer used by Flutter). Change-Id: I2a7cb4b7cd681fae5d33bc896107b3ea903f35d1 Reviewed-on: https://dart-review.googlesource.com/75390 Commit-Queue: Ryan Macnak <rmacnak@google.com> Reviewed-by: Stanislav Baranov <sbaranov@google.com>
- Loading branch information
1 parent
f81709c
commit 86430cb
Showing
8 changed files
with
225 additions
and
112 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
Oops, something went wrong.