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

Windows extern(D) ABIs: Pass non-PODs by ref to hidden copy #3612

Merged
merged 1 commit into from
Nov 11, 2020

Conversation

kinke
Copy link
Member

@kinke kinke commented Nov 10, 2020

Streamlining this with the other ABIs and preventing small non-PODs from being passed in a register or on the stack, which breaks interior pointers and hinders adding move ctors.

Streamlining this with the other ABIs and preventing small non-PODs from
being passed in a register or on the stack, which breaks interior
pointers and hinders adding move ctors.
@kinke kinke merged commit 85960d2 into ldc-developers:master Nov 11, 2020
@kinke kinke deleted the win_nonpods branch November 11, 2020 20:06
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.

1 participant