(no title)
yablak | 2 months ago
Move all the hot BBs near each other, right?
Facebook's solution: https://github.com/llvm/llvm-project/blob/main/bolt%2FREADME...
Google's:
https://lists.llvm.org/pipermail/llvm-dev/2019-September/135...
yablak | 2 months ago
Move all the hot BBs near each other, right?
Facebook's solution: https://github.com/llvm/llvm-project/blob/main/bolt%2FREADME...
Google's:
https://lists.llvm.org/pipermail/llvm-dev/2019-September/135...
setheron|2 months ago
BOLT AFAIU is more about cache locality of putting hot code near each other and not really breaking the 2GiB barrier.
jeffbee|2 months ago