Bug on Solaris
Andrew Haley
aph@cambridge.redhat.com
Wed Jan 9 08:14:00 GMT 2002
Martin Kahlert writes:
> > However for building gcj we don't support non-GCC host compilers, so
> > "sizeof(HOST_WIDE_INT) >= 8" is probably a safe bet.
>
> This makes the byte swap unneccessary on all architectures, doesn't it?
Only if gcj is built with HOST_WIDE_INT == long long. There's no rule
that says it will be. gcc may be smaller and faster with
HOST_WIDE_INT == long.
Andrew.
More information about the Java
mailing list