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 setlocale_i() #21470

Merged
merged 1 commit into from
Sep 13, 2023
Merged

Add setlocale_i() #21470

merged 1 commit into from
Sep 13, 2023

Conversation

khwilliamson
Copy link
Contributor

This macro is defined on Configurations where a simple unadorned setlocale works for categories that don't have perl record keeping involved.

This allows Perl_setlocale() to avoid a lot of unnecessary overhead for these.

This commit defines it only for unthreaded perls.

This macro is defined on Configurations where a simple unadorned
setlocale works for categories that don't have perl record keeping
involved.

This allows Perl_setlocale() to avoid a lot of unnecessary overhead for
these.

This commit defines it only for unthreaded perls.
@khwilliamson khwilliamson merged commit 37f50f0 into Perl:blead Sep 13, 2023
@khwilliamson khwilliamson deleted the setlocale_i branch September 13, 2023 12:49
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