Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ANDROID: AArch64: Change default max-page-size from 4k to 16k #70251

Merged
merged 3 commits into from
Feb 29, 2024

Conversation

Kalesh-Singh
Copy link
Contributor

File size increase were found negligible from sparseness and zero
block compression in f2fs and ext4 (supported filesystems for
Android's userdata partition).

File size increase were found negligible from sparseness and zero
block compression in f2fs and ext4 (supported filesystems for
Android's userdata partition).

Signed-off-by: Kalesh Singh <kaleshsingh@google.com>
@llvmbot llvmbot added clang Clang issues not falling into any other category clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' labels Oct 25, 2023
@pirama-arumuga-nainar
Copy link
Collaborator

cc: @nico

@pirama-arumuga-nainar pirama-arumuga-nainar merged commit 856ce49 into llvm:main Feb 29, 2024
4 checks passed
Kalesh-Singh pushed a commit to Kalesh-Singh/libgdx that referenced this pull request Apr 30, 2024
Starting from V, android introduces support for 16kB page sizes.
The NDK [1] and toolchain [2][3] have been updated to support the
larger page size.

Update GDX build rules for android to use a 16kB max page size.

[1] https://github.com/android/ndk/wiki/Changelog-r27#announcements
[2] llvm/llvm-project#70251
[3] llvm/llvm-project#87413

Signed-off-by: Kalesh Singh <kaleshsingh@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' clang Clang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants