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

Closed
mingxwa opened this issue Feb 13, 2025 · 0 comments · Fixed by #269
Closed

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

mingxwa opened this issue Feb 13, 2025 · 0 comments · Fixed by #269
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.

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

Successfully merging a pull request may close this issue.

1 participant