forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Roll Dart SDK to ed00447 (flutter#3364)
* Roll Dart SDK to ed00447 Make the VM happy with a spurious instruction snapshot. * Revert "Snapshots: Don't use an empty array where a NULL array is expected. (flutter#3361)" This reverts commit 275ffdc. Broke iOS simulator builds; should no longer be necessary after rolling the Dart SDK to ed00447. On iOS simulator builds, we were seeing DartLookupSymbolInLibrary return a pointer to a address of the snapshot data rather than the address of the snapshot buffer itself. On simulator builds we don't build the snapshot data into a buffer in app.dylib (kDartVmSnapshotData) but link it statically into the engine itself.
- Loading branch information
Showing
4 changed files
with
14 additions
and
18 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
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