(no title)
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.
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
mananaysiempre|2 months ago
On x86-64 it would probably be easier to point the relative call to a synthesized trampoline that does a 64-bit one, but it seems nobody has bothered thus far. You have to admit that sounds pretty painful.