-
Notifications
You must be signed in to change notification settings - Fork 710
Shared heap enhancement for AOT and update tests and samples #4226
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
Merged
lum1n0us
merged 29 commits into
bytecodealliance:dev/shared_heap
from
TianlongLiang:dev/aot_shared_heap_enhancement
Jun 19, 2025
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
9747e00
shared heap enhancement: modify memory check for aot_check_memory_ove…
TianlongLiang b0f0741
first draft of shared heap enhancement in AOT
TianlongLiang 20cd6af
fix some compilation issue
TianlongLiang 2f16e41
use alloca for func ctx shared heap cache value
TianlongLiang b58c75c
use correct alloca for func ctx shared heap cache value
TianlongLiang 5de0ca3
enable shared heap chain aot test and bug fix
TianlongLiang 106732b
Fix a missing argument on 32bits platform, still has the shared heap …
TianlongLiang eaf2020
Fix shared heap chain iteration problem on 32bits platform
TianlongLiang ae9d5ea
fix AOT bulk memory bounds checks compliation issue
TianlongLiang 86fbb8e
fix AOT bulk memory bounds checks on 64 bits platform
TianlongLiang 463b961
refactor aot memory check
TianlongLiang bc8dcd7
refactor AOT bulk memory bounds checks
TianlongLiang b5839c1
update AOT bulk memory bounds checks
TianlongLiang 63de113
update AOT bulk memory bounds checks
TianlongLiang 9dff0fd
update AOT bulk memory bounds check
TianlongLiang 386dac3
fix typo
TianlongLiang f960e14
add more unit test for shared heap
TianlongLiang 671c70a
finished organizing unit test for shared heap and enable x86_32 for s…
TianlongLiang d332af5
format
TianlongLiang e1432e4
cover a corner case for bulk memory overflow check
TianlongLiang ecfb609
cover a corner case for bulk memory overflow check
TianlongLiang 5702a61
some update
TianlongLiang 7ddc5f8
try func call to replace shared heap chain traverse
TianlongLiang 7cdd02e
fix compilation error in JIT and potentially load nullptr
TianlongLiang b0415c0
add option for wamrc to enable single shared heap/multi shared heap, …
TianlongLiang a8f61a5
some refactor
TianlongLiang 6405cc2
format
TianlongLiang 3288983
shared heap 32 bit platform unit test
TianlongLiang 8f49f86
cr suggestions: 1. check potiential underflow 2. refactor and use sep…
TianlongLiang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.