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
Add -Z skip-end-regions as way to side-step EndRegion emission.
The main intent is to investigate cases where EndRegion emission is
believed to be causing excess peak memory pressure.
It may also be of use to people inspecting the MIR output who find the
EndRegions to be a distraction.
----
(commit is now updated to thread the tcx down instead of consulting
thread-local storage for it.)
0 commit comments