[squeak-dev] Is anyone else running a 64-bit image on a regular basis?

H. Hirzel hannes.hirzel at gmail.com
Mon Sep 8 12:04:19 UTC 2014


On 9/8/14, Bert Freudenberg <bert at freudenbergs.de> wrote:
> On 08.09.2014, at 08:35, Nicolas Cellier
> <nicolas.cellier.aka.nice at gmail.com> wrote:
>>
>> Ah, the beauty of C signed arithmetic model...
>> We should try to avoid it as frequently as we can.
>
> Indeed. Not just C though.
> In JavaScript I discovered that (42 << 32) == 42.

Firefox version 27
Menu Tools / Web Developer / WebConsole

paste
    (42 << 32) == 42.
into command line
CONFIRMED.

Thanks, Bert, for this info.

> Seriously.
>
> - Bert -
>
>
>
>


More information about the Squeak-dev mailing list