[Vm-dev] VM Maker: BytecodeSets.spur-eem.45.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Apr 6 22:41:02 UTC 2016


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

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

Name: BytecodeSets.spur-eem.45
Author: eem
Time: 6 April 2016, 3:40:50.448174 pm
UUID: 1c9b78b4-91f4-4098-9ecf-b5c514b36518
Ancestors: BytecodeSets.spur-eem.44

Setters for receiver & method in FullBlockClosure (for testing)

=============== Diff against BytecodeSets.spur-eem.44 ===============

Item was added:
+ ----- Method: FullBlockClosure>>compiledBlock: (in category 'accessing') -----
+ compiledBlock: aCompiledMethod
+ 	"To be able to inherit from BlockClosure"
+ 	startpc := aCompiledMethod!

Item was added:
+ ----- Method: FullBlockClosure>>receiver: (in category 'accessing') -----
+ receiver: anObject
+ 	receiver := anObject!



More information about the Vm-dev mailing list