[sldev] [VWR] OpenJPEG backtraces
Argent Stonecutter
secret.argent at gmail.com
Sat Sep 22 10:16:22 PDT 2007
Dzonatas writes:
> This sucks because it means there are cases were "unsigned" doesn't
> follow the standard, which "unsigned" (without "int" or "long") should
> be automatically 32 or 64 bit based on the the machine. Fudge...
> Toss it...
According to the standard, unsigned means "unsigned int". If sizeof
(int) is less than sizeof (void *) then so is sizeof (unsigned).
While I agree that ILP64 is more logical than LP64, both models must
be accommodated. I would prefer L128IP64.
(I was pissed when I found that the VAX was ILP32 instead of L64IP32,
back in the early '80s... I mean we hadn't invented those terms yet,
but it was daft not having a C type for a register pair like on the
PDP-11)
More information about the SLDev
mailing list