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

Enable merged os_mmap for aot data sections and aot text #3743

Merged
merged 3 commits into from
Aug 21, 2024

Conversation

wenyongh
Copy link
Contributor

Enable merged os_mmap for aot data sections first, and try enabling merged
os_mmap for them and aot text except on platform nuttx and esp-idf.

This fixes the issue that aarch64 AOT module fails to load on android:
#2274

And also refine os_mmap related code.

bianchui and others added 3 commits August 14, 2024 08:42
And enable merged os_mmap for aot data and text sections except on
platform nuttx and esp-idf.

Fix issue that aarch64 AOT module fails to load on android:
#2274
Merge branch main into dev/merge_aot_data_text
@wenyongh wenyongh merged commit 67dce48 into main Aug 21, 2024
748 checks passed
@wenyongh
Copy link
Contributor Author

Merged this PR into branch main from dev/merge_aot_data_text since the related PRs had been reviewed:
#3681, #3711

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants