[squeak-dev] true hash

Chris Muller asqueaker at gmail.com
Wed May 9 23:33:41 UTC 2012


> FWIW, on a 32-bit image:
>
>  ImageFormat thisImageFileFormat asInteger ==> 6504
>  Smalltalk wordSize ==> 4
>  nil identityHash ==> 3840
>  true identityHash ==> 2950
>  false identityHash ==> 3152
>
> And on a 64-bit image:
>
>  ImageFormat thisImageFileFormat asInteger ==> 68002
>  Smalltalk wordSize ==> 8
>  nil identityHash ==> 3840
>  true identityHash ==> 2950
>  false identityHash ==> 3152

This is very good news -- still, I see no harm in my proposal.  Why
won't someone find some fault with it or at least acknowledge how
horrible the failure-case scenario would be to debug..  :)


More information about the Squeak-dev mailing list