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

David T. Lewis lewis at mail.msen.com
Tue Apr 5 22:45:43 UTC 2016


I deleted VMMaker.oscog-nice.1765.mcz from the repository.

Dave

On Wed, Apr 06, 2016 at 12:33:25AM +0200, Nicolas Cellier wrote:
>  
> 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!
> >
> >



More information about the Vm-dev mailing list