On 9/30/05, Charles Forsyth <[EMAIL PROTECTED]> wrote: > on amd64 it is: > > short is 16 bits, as before for Plan 9 > int and long are 32 bits, as before > long long is 64 bits, also as before > pointers are 64 bits, not as before. (it's that last bit causes most of the > trouble.) > i think it must be LLP64 in your scheme
Thanks, Charles. Sorry, I forgot to mention the article that led to my earlier question: http://www.unix.org/version2/whatsnew/lp64_wp.html Perhaps it is just a propaganda piece, but I can't discern the difference. I suppose there are many valid reasons to use LLP64 over LP64. Anyhow, I am just being curious and poking things with a stick rather than implying any criticism. --vester
