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
Fix how the RUSTC_CTFE_BACKTRACE env var is gotten.
This environment variable is currently obtained very frequently in
CTFE-heavy code; using `lazy_static` avoids repeating the work.
For the `ctfe-stress-4` benchmark this eliminates 67% of allocations
done, and for `coercions` it eliminates 17% of allocations done.
0 commit comments