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

Replace copy operations with memcpy() #3215

Closed
wants to merge 1 commit into from
Closed

Replace copy operations with memcpy() #3215

wants to merge 1 commit into from

Conversation

DerDakon
Copy link
Contributor

This replaces trivial instances where a copy from one pointer to the other involves no further calculations or casts. The compiler will optimize this to whatever the platform offers.

This is a first step in direction of a fix for #3213.

This replaces trivial instances where a copy from one pointer to the other
involves no further calculations or casts. The compiler will optimize this to
whatever the platform offers.
@radarhere radarhere changed the title replace copy operations with memcpy() Replace copy operations with memcpy() Jun 30, 2018
@DerDakon DerDakon mentioned this pull request Jul 1, 2018
@DerDakon
Copy link
Contributor Author

DerDakon commented Jul 2, 2018

Abandoned in favor of #3225, which is the (hopefully) complete solution for that issue.

@DerDakon DerDakon closed this Jul 2, 2018
@DerDakon DerDakon deleted the trivial-memcpy branch July 1, 2019 07:25
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.

None yet

1 participant