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

At opt-level=0, apply only ABI-affecting attributes to functions #94127

Merged
merged 4 commits into from
Feb 26, 2022

Commits on Feb 18, 2022

  1. At opt-level=0, apply only ABI-affecting attributes to functions

    This should provide a small perf improvement for debug builds,
    and should more than cancel out the regression from adding noundef,
    which was only significant in debug builds.
    erikdesjardins committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    dcbdc8c View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. Configuration menu
    Copy the full SHA
    6e740ae View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    b0921f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. Configuration menu
    Copy the full SHA
    945276c View commit details
    Browse the repository at this point in the history