[PATCH] D140425: [BOLT] Fix hugify on new Linux kernels
Maksim Panchenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 20 18:12:25 PST 2022
maksfb added a comment.
In D140425#4009642 <https://reviews.llvm.org/D140425#4009642>, @yavtuk wrote:
> @maksfb should we lock the memory again after the __madvise?
Sadly, we cannot because of the delayed action of the kernel.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140425/new/
https://reviews.llvm.org/D140425
More information about the llvm-commits
mailing list