02.01.05

64bits

Posted in Computer, Murmuring, Software at 10:36 am by gslin

Simply Patrick 的 blog 上看到的「What is LLP64?」提到了在 64bits programming 會看到的一堆縮寫:LP64 ILP64 LLP64 ILP32 LP32。

而在 “64-Bit Programming Models: Why LP64?” 這篇文章中提到的表格也蠻有趣的,看起來 FreeBSD x86-64 所使用的 gcc 3.4 是 LP64 (int 仍然對應到 32bits,但 long 對應到 64bits)。

Leave a Comment