Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
众所周知,在为 linux 目标编译代码时,通过询问位置无关代码所增加的开销因架构而异。 最著名的例子是 x86_32(又名 IA32)和 x86_64 之间的区别:与 x86_32 不同,x86_64 增加的开销可以忽略不计。
我知道 X86,但是 mips32 大端的开销是多少?