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

Always inline mem::{size_of,align_of} in debug builds #65016

Merged
merged 1 commit into from
Oct 19, 2019

Commits on Oct 2, 2019

  1. Always inline mem::{size_of,align_of} in debug builds

    Those two are const fn and do not have any arguments. Inlining
    helps reducing generated code size in debug builds.
    tesuji committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    a87b44d View commit details
    Browse the repository at this point in the history