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

Dispatchs for copy / move constructors should assign the metadata #246

Open
mingxwa opened this issue Feb 13, 2025 · 0 comments
Open

Dispatchs for copy / move constructors should assign the metadata #246

mingxwa opened this issue Feb 13, 2025 · 0 comments
Labels
enhancement New feature or request p2

Comments

@mingxwa
Copy link
Collaborator

mingxwa commented Feb 13, 2025

Currently, the metadata in copy / move constructors is copied before entering the dispatchers. The behavior is correct, but it would reduce the binary size and potentially make the mov instruction more efficient if the assignment could happen in the code of the dispatcher.

@mingxwa mingxwa added enhancement New feature or request p2 labels Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request p2
Projects
None yet
Development

No branches or pull requests

1 participant