You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of rust-lang#52212 - kennytm:o3-again, r=alexcrichton
Set opt-level = 3 the third time.
This PR reverts rust-lang#51165 (set -O2 for fixing rust-lang#50867),
which reverted rust-lang#50329 (set -O3),
which was second attempt of rust-lang#48204 (set -O3, closed due to Windows segfault that is fixed now),
which reverted rust-lang#42123 (set -O2 to fix spurious Windows segfaults),
which reverted rust-lang#41967 (set -O3).
Since we have found the root cause of rust-lang#50867, this optimization could be tried again.
Last time we've found that setting -O3 regressed the wall time of NLL (rust-lang#50329 (comment)), so we may need another perf run to confirm. I'd like to check this *after* the LLVM 7 upgrade rust-lang#51966 has been merged, so marking this as <kbd>S-blocked</kbd> for now.
0 commit comments