[PATCH] D144020: [lld] Estimate think slope size instead of using a magic constant
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 14 09:00:05 PST 2023
int3 added a comment.
I'm actually working on a fix for this issue right now. The current code fails to account for alignment, hence the overruns we see. Once that's fixed I think we can stay with the hardcoded slop size.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144020/new/
https://reviews.llvm.org/D144020
More information about the llvm-commits
mailing list