[PATCH] D116821: [DebugInfo][InstrRef] Move instr-ref controlling flag out of TargetOptions
Jeremy Morse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 24 04:27:02 PST 2022
jmorse added a comment.
Hi,
In D116821#3265861 <https://reviews.llvm.org/D116821#3265861>, @nikic wrote:
> Just a quick note on this: The max-rss numbers reported by the compile-time tracker are quite misleading in this case, because they add up max-rss from all compilations and the final link, while in this case only link memory usage increases. Here are the numbers from just the ReleaseLTO-g link steps:
Ah, right!, that explains a few things, thanks for the tip,
> SPASS.link 254MiB 343MiB (+35.24%)
Now that's unexpected, I'll dig in there. This certainly moves the direction of travel towards disabling/reverting.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116821/new/
https://reviews.llvm.org/D116821
More information about the llvm-commits
mailing list