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

Add helper function to create relocatable crc32c method #16466

Merged
merged 1 commit into from
Jan 25, 2023

Conversation

bhavanisn
Copy link
Contributor

CRC32C accelerated method was implemented in Power recently and this is in continuation with those changes which will enable accelerated crc32c method to be relocatable. This will enable the method to be called in both AOT and JIT modes.

Signed-off-by: Bhavani S N [bhavani.sn@ibm.com]

@bhavanisn
Copy link
Contributor Author

@ymanton @zl-wang Please review

@bhavanisn
Copy link
Contributor Author

Depends on eclipse-omr/omr#6853

@bhavanisn bhavanisn force-pushed the crc32c_helper branch 2 times, most recently from 41a5f0e to 2a42dd3 Compare January 11, 2023 18:44
runtime/compiler/p/codegen/PPCPrivateLinkage.cpp Outdated Show resolved Hide resolved
runtime/compiler/p/codegen/PPCPrivateLinkage.cpp Outdated Show resolved Hide resolved
@ymanton
Copy link
Member

ymanton commented Jan 16, 2023

Jenkins test sanity.functional,sanity.system plinux,aix jdk8,jdk11 depends eclipse-omr/omr#6853

@ymanton
Copy link
Member

ymanton commented Jan 20, 2023

Jenkins test sanity.functional,sanity.system plinux jdk8,jdk11 depends eclipse-omr/omr#6853

@ymanton ymanton merged commit 63dc82f into eclipse-openj9:master Jan 25, 2023
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