[Vm-dev] VM Maker: VMMaker.oscog-nice.1765.mcz

Nicolas Cellier nicolas.cellier.aka.nice at gmail.com
Tue Apr 5 22:33:25 UTC 2016


Oops sorry, this one was un-necessary, I only send this message to the
objectMemory, not to the interpreter.
Could some admin delete this one?

2016-04-06 0:29 GMT+02:00 <commits at source.squeak.org>:

>
> Nicolas Cellier uploaded a new version of VMMaker to project VM Maker:
> http://source.squeak.org/VMMaker/VMMaker.oscog-nice.1765.mcz
>
> ==================== Summary ====================
>
> Name: VMMaker.oscog-nice.1765
> Author: nice
> Time: 6 April 2016, 12:28:15.115 am
> UUID: 7a029a58-3e12-425a-aaa7-13b94d1ddee7
> Ancestors: VMMaker.oscog-nice.1764
>
> Ah, yet another simulator species that need support for
> byteSwapped32IfBigEndian: (resp. 64)
>
> =============== Diff against VMMaker.oscog-nice.1764 ===============
>
> Item was added:
> + ----- Method: StackInterpreterSimulatorLSB>>byteSwapped32IfBigEndian:
> (in category 'memory access') -----
> + byteSwapped32IfBigEndian: w
> +       ^w bitAnd: 16rFFFFFFFF!
>
> Item was added:
> + ----- Method: StackInterpreterSimulatorLSB>>byteSwapped64IfBigEndian:
> (in category 'memory access') -----
> + byteSwapped64IfBigEndian: w
> +       ^w bitAnd: 16rFFFFFFFFFFFFFFFF!
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20160406/1e74df15/attachment.htm


More information about the Vm-dev mailing list