-
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.
[vm] Support 16k page size on Android.
- Increase the size of the FFI trampoline template. - Increase alignment of ELF binaries generated by the VM. - Pass flags for binaries generated by the NDK's linker increase alignment. - Runtime allocation already either rounds up to the runtime-queried page size or assumes it is no more than 512k. TEST=ci, readelf Bug: go/16k-app-guide Change-Id: I4fdb2a47534a6a24875e205c3a357b5415ca18b8 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/321302 Commit-Queue: Ryan Macnak <[email protected]> Reviewed-by: Liam Appelbe <[email protected]> Reviewed-by: Slava Egorov <[email protected]>
- Loading branch information
1 parent
edaea9b
commit 6dcbc9f
Showing
5 changed files
with
10 additions
and
1 deletion.
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
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