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

commits at source.squeak.org commits at source.squeak.org
Thu Mar 23 02:37:50 UTC 2017


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

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

Name: BytecodeSets.spur-eem.74
Author: eem
Time: 22 March 2017, 7:37:44.299724 pm
UUID: 14e3a350-e456-495c-9b67-ba267423dc40
Ancestors: BytecodeSets.spur-eem.73

Add sizePushFullClosure:numCopied:

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

Item was added:
+ ----- Method: BytecodeEncoder>>sizePushFullClosure:numCopied: (in category '*BytecodeSets-opcode sizing') -----
+ sizePushFullClosure: compiledBlockLiteralIndex numCopied: numCopied
+ 	^self sizeOpcodeSelector: #genPushFullClosure:numCopied: withArguments: {compiledBlockLiteralIndex.numCopied}!



More information about the Vm-dev mailing list