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

memcpy support #39

Open
Trass3r opened this issue Sep 20, 2019 · 0 comments
Open

memcpy support #39

Trass3r opened this issue Sep 20, 2019 · 0 comments

Comments

@Trass3r
Copy link
Contributor

Trass3r commented Sep 20, 2019

Memory copy operations exist in various flavors.
May be implemented as a loop, something like rep movsq (%rsi), %es:(%rdi) or vector instructions.

They occur quite often even without explicit memcpy, e.g. initializing stack arrays from constant data or object copies.

@Trass3r Trass3r mentioned this issue Sep 21, 2019
Closed
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