[PATCH] D118677: [llvm-profgen] Clean up unnecessary memory reservations between phases.

Hongtao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 1 15:48:04 PST 2022


hoy added a comment.

In D118677#3288970 <https://reviews.llvm.org/D118677#3288970>, @wenlei wrote:

> Is the memory reduction in the description still accurate?

Yes, since that was measured based on using unique_ptr `release` which didn't really free anything.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118677/new/

https://reviews.llvm.org/D118677



More information about the llvm-commits mailing list