Join Nostr
2023-08-31 03:35:35 UTC
in reply to

Per Vognsen on Nostr: npub1y0emt…smm9n Yeah, I've used the fixed-address trick before although usually ...

Yeah, I've used the fixed-address trick before although usually only as a fast path, i.e. I would still have the relocation information, I just don't need to apply if I can mmap at the preferred base address. But I usually just use position-independent representations these days if this is something I care about.