[Vm-dev] VM Maker: VMMaker.oscog-eem.429.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Oct 3 08:07:09 UTC 2013


Eliot Miranda uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker.oscog-eem.429.mcz

==================== Summary ====================

Name: VMMaker.oscog-eem.429
Author: eem
Time: 3 October 2013, 1:00:23.079 am
UUID: 1593bea6-2881-4bea-a21f-8798f236b654
Ancestors: VMMaker.oscog-eem.428

Oops.  get shift direction right in creating immediate characters.

=============== Diff against VMMaker.oscog-eem.428 ===============

Item was changed:
  ----- Method: CogObjectRepresentationForSpur>>genConvertIntegerToCharacterInScratchReg: (in category 'compile abstract instructions') -----
  genConvertIntegerToCharacterInScratchReg: reg
  	cogit
+ 		LogicalShiftLeftCq: objectMemory numTagBits R: reg;
- 		LogicalShiftRightCq: objectMemory numTagBits R: reg;
  		AddCq: objectMemory characterTag R: reg.
  	^0!



More information about the Vm-dev mailing list