[Vm-dev] VM Maker: BytecodeSets.spur-cb.49.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Apr 9 00:06:51 UTC 2016


ClementBera uploaded a new version of BytecodeSets to project VM Maker:
http://source.squeak.org/VMMaker/BytecodeSets.spur-cb.49.mcz

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

Name: BytecodeSets.spur-cb.49
Author: cb
Time: 8 April 2016, 5:06:43.402234 pm
UUID: cc640333-3cc2-435d-bb24-a7a6d50f3f42
Ancestors: BytecodeSets.spur-cb.48

Added extra accessors to simplify scripting.

=============== Diff against BytecodeSets.spur-cb.48 ===============

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

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



More information about the Vm-dev mailing list