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 MAP_32BIT for macOS #2992

Merged
merged 4 commits into from
Jan 10, 2024
Merged

Conversation

yamt
Copy link
Collaborator

@yamt yamt commented Jan 9, 2024

No description provided.

On macOS, by default, the first 4GB is occupied by the pagezero.
While it can be controlled with link time options, as we are
an library, we usually don't have a control on how to link an
executable.
@wenyongh wenyongh merged commit 6fa6d6d into bytecodealliance:main Jan 10, 2024
393 of 395 checks passed
yamt added a commit to yamt/wasm-micro-runtime that referenced this pull request Jan 16, 2024
yamt added a commit to yamt/wasm-micro-runtime that referenced this pull request Jan 17, 2024
wenyongh pushed a commit that referenced this pull request Jan 18, 2024
Revert "Do not use pagezero size option if osx version >= 13 (#3025)"
and  "Enable MAP_32BIT for macOS (#2992)".

Discussion: #3009
victoryang00 pushed a commit to victoryang00/wamr-aot-gc-checkpoint-restore that referenced this pull request May 27, 2024
On macOS, by default, the first 4GB is occupied by the pagezero.
While it can be controlled with link time options, as we are
an library, we usually don't have a control on how to link an
executable.
victoryang00 pushed a commit to victoryang00/wamr-aot-gc-checkpoint-restore that referenced this pull request May 27, 2024
…alliance#3032)

Revert "Do not use pagezero size option if osx version >= 13 (bytecodealliance#3025)"
and  "Enable MAP_32BIT for macOS (bytecodealliance#2992)".

Discussion: bytecodealliance#3009
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