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

commits at source.squeak.org commits at source.squeak.org
Tue Apr 5 22:30:32 UTC 2016


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!



More information about the Vm-dev mailing list