← Prev in month ← Prev in thread
Next in thread → Next in month →

Re: 64-bit Java

From
John Cowan <>
To
Date
2002-05-13T20:33:38Z
ID
<>
Thread
Re: 64-bit Java
Alaric Snell scripsit:

> Not 
> sure what Java's like on a 64 bit platform, but I'll be very disappointed if 
> it makes ints 64 bits long...

Of course not.  Ints will be 32 bits as far as any Java program can
tell.  A 64-bit VM may use 64 bits to implement ints, but it will
have to mask (trivially) the result from Java code.

-- 
John Cowan <>     http://www.reutershealth.com
I amar prestar aen, han mathon ne nen,    http://www.ccil.org/~cowan
han mathon ne chae, a han noston ne 'wilith.  --Galadriel, _LOTR:FOTR_
← Prev in month ← Prev in thread
Next in thread → Next in month →