User Details
- User Since
- Apr 27 2015, 11:17 AM (423 w, 3 d)
Today
Yesterday
Fri, Jun 2
lgtm
Thu, Jun 1
Wed, May 31
Fri, May 26
Thu, May 25
Tue, May 23
Fri, May 19
Fri, May 12
Thu, May 11
lgtm
Thanks @mingmingl for digging into the effects!
Just a few minor comments/suggestions
Can we do this during the importing process? E.g. somewhere in FunctionImportGlobalProcessing::processGlobalForThinLTO.
Address comment
Wed, May 10
May 8 2023
May 5 2023
lgtm
Rebase
Rebase on top of the committed D149924.
Looks great, thanks! Just a few minor comments.
May 4 2023
Reopening so I can eventually upload fix for instability surfaced by expensive checks bot.
Address comments
May 3 2023
Previously @yamauchi did a bunch of work related to this called PGSO (Profile Guided Size Optimization). See the functions in https://github.com/llvm-mirror/llvm/blob/master/lib/Transforms/Utils/SizeOpts.cpp, which are used to guide a number of optimizations that can affect code size. Do you know why those weren't sufficient?
Fix for nondeterminism.
Reverted in 6fbf022908c104a380fd1854fb96eafc64509366 due to bot failure: https://lab.llvm.org/buildbot/#/builders/245/builds/7888
Address comments
May 2 2023
Address comments
Also noticed the comments in the new tests for MemProfContextDisambiguation refer to the old version of the lifetime threshold option, updating those too.