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

commits at source.squeak.org commits at source.squeak.org
Wed Dec 11 04:37:13 UTC 2019


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

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

Name: VMMaker.oscog-eem.2605
Author: eem
Time: 10 December 2019, 8:37:01.148843 pm
UUID: 9fa3b4e5-57c2-4bb6-b241-0b697c10618d
Ancestors: VMMaker.oscog-eem.2604

Minor refactoring.

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

Item was removed:
- ----- Method: CogARMCompiler>>storeLiteral:beforeFollowingAddress: (in category 'inline cacheing') -----
- storeLiteral: literal beforeFollowingAddress: followingAddress
- 	"Rewrite the long constant loaded by the instruction sequence just before this address:"
- 	^self subclassResponsibility!

Item was added:
+ ----- Method: CogAbstractInstruction>>storeLiteral:beforeFollowingAddress: (in category 'inline cacheing') -----
+ storeLiteral: literal beforeFollowingAddress: followingAddress
+ 	"Rewrite the long constant loaded by the instruction sequence just before this address:"
+ 	^self subclassResponsibility!



More information about the Vm-dev mailing list