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

Implement optimize(size) and optimize(speed) attributes #55641

Merged
merged 5 commits into from
Jan 26, 2019

Commits on Jan 24, 2019

  1. Configuration menu
    Copy the full SHA
    f38d0da View commit details
    Browse the repository at this point in the history
  2. Add an idealistic test for optimize attribute

    Alas it does not currently work, because of limitations in compiletest…
    nagisa committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    dcf5482 View commit details
    Browse the repository at this point in the history
  3. Support revisions for codegen tests

    `compile-flags: -Copt-level` will avoid adding -O. Similarly for -g and
    -Cdebuglevel.
    nagisa committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    4d97b28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89e34d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. Resolve breakage

    nagisa committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    ce289c6 View commit details
    Browse the repository at this point in the history