[PATCH] D70376: [LVI] Restructure caching
Jordan Rupprecht via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 22 16:07:58 PDT 2020
rupprecht added a comment.
In D70376#1935909 <https://reviews.llvm.org/D70376#1935909>, @nikic wrote:
> @rupprecht Ping regarding a reproducing case. I just double checked that this patch is memory usage neutral on ctmark, so I don't really have a starting point on how to improve this.
Sorry about this -- the test case I tried to reduce was being persistent in not being able to get smaller. (e.g. something like a ~30% increase when using 2GB memory but only 1% increase when using 1GB). And then I've been on leave for the past few months and forgot to get to this before I left.
At any rate, we'll watch this patch and see if the issues still occur.
> I'm also wondering whether you are using the legacy PM or the new PM?
The new PM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70376/new/
https://reviews.llvm.org/D70376
More information about the llvm-commits
mailing list