▲ | akira2501 3 days ago | ||||||||||||||||
...and then x86_64 went ahead and added RIP relative addressing back in, and you get the full 64 bits of address space. | |||||||||||||||||
▲ | Joker_vD 3 days ago | parent [-] | ||||||||||||||||
...you know that that's not true, neither for x64 nor RV64, and my comment was sarcastic, right? Both can only straightforwardly address ±2 GiB from the instruction pointer; beyond that, it's "large code model" all over again, with the same inelegant workarounds that's been rediscovered since the late sixties or so. GOT and PLT versus pools of absolute 64-bit addresses, pick the least worst one. | |||||||||||||||||
|