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

Investigate pass by-value vs by-ref #245

Open
kgorking opened this issue Mar 18, 2024 · 1 comment
Open

Investigate pass by-value vs by-ref #245

kgorking opened this issue Mar 18, 2024 · 1 comment
Assignees

Comments

@kgorking
Copy link
Owner

According to this, x86-64 uses implicit references when passing structs around, so no copy would actually occur.

@kgorking kgorking self-assigned this Mar 18, 2024
@kgorking
Copy link
Owner Author

This CE example is especially telling.

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

No branches or pull requests

1 participant