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

Avoid resolving the Adler32Imp to use multiple times. #17

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

thomcc
Copy link

@thomcc thomcc commented Aug 5, 2024

This resolves the implementation to use once, storing it in an AtomicPtr. This avoids multiple calls to std::is_blah_feature_detected!, and avoids all unnecessary branching (because the AtomicPtr starts out initialized to the function that resolves and updates the AtomicPtr itself). This is similar to how the GCC ifunc feature works in C, but done manually.

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.

1 participant