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

commits at source.squeak.org commits at source.squeak.org
Wed Dec 2 07:28:30 UTC 2015


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

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

Name: VMMaker.oscog-eem.1539
Author: eem
Time: 1 December 2015, 11:26:48.427 pm
UUID: 7d957563-4269-4950-9f7d-3d2dde2ac18d
Ancestors: VMMaker.oscog-eem.1538

Fix a return type warning

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

Item was changed:
  ----- Method: CogAbstractInstruction>>storeLiteral32:beforeFollowingAddress: (in category 'inline cacheing') -----
  storeLiteral32: literal32 beforeFollowingAddress: followingAddress
  	"Answer the constant loaded by the instruction sequence just before this address:"
  	<inline: true>
+ 	objectMemory wordSize = 8
- 	^objectMemory wordSize = 8
  		ifTrue: [self subclassResponsibility]
  		ifFalse: [self storeLiteral: literal32 beforeFollowingAddress: followingAddress]!



More information about the Vm-dev mailing list