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

Make global/static variables thread_local; use mmap() for managing memory #1158

Closed
wants to merge 197 commits into from

Conversation

stevenmeker
Copy link
Collaborator

Memory allocation is simplified by using mmap() to allocate a single 1TB block of addresses and relying on demand paging. Global and static variables are made thread_local and setThreadLocal(true) is used on such variables in the code generator.

@rv-jenkins rv-jenkins changed the base branch from master to develop October 18, 2024 20:33
@stevenmeker stevenmeker deleted the thread_safe branch October 18, 2024 23:01
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