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
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
Auto merge of rust-lang#139291 - compiler-errors:folder-experiment-5, r=<try>
Folder experiment: Account for flags in const folders
**NOTE:** This is one of a series of perf experiments that I've come up with while sick in bed. I'm assigning them to lqd b/c you're a good reviewer and you'll hopefully be awake when these experiments finish, lol.
r? lqd
These are probably actually neutral given that we're not often folding large consts in the wild (since we're not in a GCE world), but they do run somewhat often, so let's see what perf says. I'm not actually totally certain when the abstract const expander runs, tbh.
0 commit comments