Skip to content

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

@mingxwa

Description

@mingxwa

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions