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
I can see rustc spawning one function pass thread per core, leaving only module passes to account for after trans finishes and the RAM usage peak in trans being lower.
Since we may be translating dependencies first (can someone confirm?), we could even be able to run module passes on isolated function graphs, but that's further into the future.