]> git.lizzy.rs Git - rust.git/commit
Indicate both start and end of pass RSS in time-passes output
authorTyson Nottingham <tgnottingham@gmail.com>
Mon, 25 Jan 2021 20:56:21 +0000 (12:56 -0800)
committerTyson Nottingham <tgnottingham@gmail.com>
Fri, 29 Jan 2021 20:46:29 +0000 (12:46 -0800)
commit2b8f2acd5f0f450fb3d9320a3295f5b86dbd31f1
tree3d5fd935e749e8480bd65c0316ad3e5a4b9cfce2
parente67b72de2e9c4de59c68f2ad7f0ab117d2446c9e
Indicate both start and end of pass RSS in time-passes output

Previously, only the end of pass RSS was indicated. This could easily
lead one to believe that the change in RSS from one pass to the next was
attributable to the second pass, when in fact it occurred between the
end of the first pass and the start of the second.

Also, improve alignment of columns.
src/bin/cg_clif.rs