Per Vognsen on Nostr: npub1y0emt…smm9n Yeah, I've used the fixed-address trick before although usually ...
npub1y0emt2wlpsezcnmxtyrpf33qe7gwy5u8yzssvv6uw53em0k32t7q7smm9n (npub1y0e…mm9n) 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.