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

Add CodeGen options to optimize for size. #32386

Merged
merged 4 commits into from
May 3, 2016

Commits on Apr 29, 2016

  1. Add opt-level options for optimizing for size and minimum size. This …

    …attempts
    
    to mimic the behavior of clang's options Os and Oz.
    brandonedens committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    b1337d3 View commit details
    Browse the repository at this point in the history
  2. Add opt-level=s and opt-level=z tests to the existing tests that conf…

    …irm proper
    
    compiler of other opt-levels.
    brandonedens committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    8a8493a View commit details
    Browse the repository at this point in the history
  3. Place optimize for size and minsize rustc invocation options behind a…

    … nightly
    
    compiler check to prevent their inclusion in the stable / beta compilers.
    brandonedens committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    49d2825 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2016

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