Skip to content

threads::shared: make the magic vtbls static #23567

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

Open
wants to merge 1 commit into
base: blead
Choose a base branch
from

Conversation

tonycoz
Copy link
Contributor

@tonycoz tonycoz commented Aug 13, 2025

This is a minor improvement to binary size.

Fixes #15004


  • This set of changes does not require a perldelta entry.

@@ -8,7 +8,7 @@ use Config;

use Scalar::Util qw(reftype refaddr blessed);

our $VERSION = '1.70'; # Please update the pod, too.
our $VERSION = '1.71'; # Please update the pod, too.
Copy link
Contributor

Choose a reason for hiding this comment

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

Has the pod been updated?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It hadn't, it has now, thanks.

This is a minor improvement to binary size.

Fixes Perl#15004
@tonycoz tonycoz force-pushed the 15004-static-threads-shared branch from afd4317 to cff0616 Compare August 13, 2025 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[PATCH] XS staticing in ext and dist
2 participants