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

Fix memmove optimization #1937

Merged
merged 1 commit into from
Jul 4, 2024
Merged

Commits on Jul 4, 2024

  1. Fix memmove optimization

    Copy the basic copy / move algorithms we use memmove when possible.
    
    However, we used the wrong constraint for that. We should always check for `is_trivially_copyable`
    miscco committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    02d6ccf View commit details
    Browse the repository at this point in the history