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

compatible with FreeBSD mmap() #863

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Conversation

Dieken
Copy link
Contributor

@Dieken Dieken commented Oct 27, 2024

FreeBSD mmap() requires MAP_FIXED to map to desired address.

This applies to branch pharo-12 too.

Pharo uses fixed memory addresses at https://github.com/pharo-project/pharo-vm/blob/v12.0.0/smalltalksrc/VMMaker/VMMemoryMapConfigurationFor64Bits.class.st.

FreeBSD mmap() requires MAP_FIXED to map to desired address.
@Dieken
Copy link
Contributor Author

Dieken commented Nov 14, 2024

Anybody to review this patch? The patch doesn't affect macOS, not related to the check failure.

@tesonep
Copy link
Collaborator

tesonep commented Nov 14, 2024

Thanks so much for the PR

@tesonep tesonep merged commit 4d70014 into pharo-project:pharo-10 Nov 14, 2024
1 of 2 checks passed
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