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
Before be945b5, --stats output would print the current stage name while it was
executing. This is useful for debugging compiler hangs and tracking the progress
of the compiler without --progress. After that commit, the progress output would
only print after the stage had fully completed, meaning you had to rely on
--progress to track compiler progress.
This patch fixes this regression by printing the stage name (with no times or
memory figures) before the stage starts and resetting the cursor to the
beginning of the line. If both --progress and --stats are specified, this
pre-stage line isn't printed as it would just be overwritten by --progress
output anyway.
0 commit comments