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

[z/OS] Implement shared memory handling for JIT #89933

Merged
merged 2 commits into from
Apr 25, 2024

Conversation

fanbo-meng
Copy link
Contributor

@fanbo-meng fanbo-meng commented Apr 24, 2024

Fix 'use of undeclared identifier' build errors for shm_ functions on z/OS by implementing the functionality using shmget(), shmat(), and shmdt(). Use the BLAKE3 hash to map the name of the shared memory to a key.

Implements the functionality using shmget(), shmat(), and shmdt().

Use the BLAKE3 hash to map the name of the shared memory to a key.
@fanbo-meng fanbo-meng self-assigned this Apr 24, 2024
Copy link

github-actions bot commented Apr 24, 2024

✅ With the latest revision this PR passed the C/C++ code formatter.

Copy link
Contributor

@abhina-sree abhina-sree left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@ysyeda ysyeda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fanbo-meng fanbo-meng merged commit ee73651 into llvm:main Apr 25, 2024
4 checks passed
@fanbo-meng fanbo-meng deleted the zos-shm-handling branch April 25, 2024 12:42
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.

None yet

4 participants