This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Re: Patch: New hash function
Jeff Sturm writes:
> Andrew Haley wrote:
> > > Are there any platforms where sizeof(long) != sizeof(void*) that we
> > > care about?
> >
> > Good question. I think that some compilers (eg IA-64) allow long
> > optionally to be 32-bit, but as far as I know Linux doesn't support
> > that. M$ W*ndows NT, might, though... :-)
>
> Yes, that'll be the case on Win64. We might have to deal with that eventually.
>
> This OK with you?
I think so.
Andrew.