pending 64bit version of squeak

Marcus Denker marcus at ira.uka.de
Fri Jul 4 07:15:08 UTC 2003


On Thu, Jul 03, 2003 at 03:20:14PM -0400, Stephen Pair wrote:
> That raises another interesting question...presumably, the only real 
> need for 64 bits (other than perhaps CPU performance) is when your image 
> grows larger than 4 GB...

Another thing that could be worth some experiments would be multiple
tagbits: We now use one bit to distinguish between pointers to objects
and ints. With 64 bit we could have much more tag bits and then
encode many objects in the way we now encode ints: 64 bits should
be enough to play with immediate points,  floats, chars... could be
interesting.

        Marcus
 

-- 
Marcus Denker marcus at ira.uka.de  -- Squeak! http://squeak.de



More information about the Squeak-dev mailing list