Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/llvm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 32c27dda3ae2318b6897f00795009cd6f42ac4b3
Choose a base ref
...
head repository: rust-lang/llvm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4891e6382e3e8aa89d530aa18427836428c47157
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 12, 2015

  1. Disable the PassInfo cache assertions to make the cache effective in …

    …builds with assertions enabld
    
    Since the PassInfo cache does a regular, uncached, slow lookup for the
    asserted condition, it's not very effective *cough* when assertions are
    enabled. Since disabling these assertions gives quite a nice perf boost
    and it's not really worse than the patch we had previously, let's just
    do that.
    dotdash committed Feb 12, 2015
    Configuration menu
    Copy the full SHA
    4891e63 View commit details
    Browse the repository at this point in the history
Loading