Eliot Miranda uploaded a new version of Compiler to project The Trunk:
http://source.squeak.org/trunk/Compiler-eem.396.mcz==================== Summary ====================
Name: Compiler-eem.396
Author: eem
Time: 20 November 2018, 1:34:47.963843 pm
UUID: 4b9317db-2d11-4ae6-a183-9ec139110eb1
Ancestors: Compiler-eem.395
Fix a slip in Sista block creation
=============== Diff against Compiler-eem.395 ===============
Item was changed:
----- Method: BytecodeEncoder>>sizePushFullClosure:numCopied:receiverOnStack:ignoreOuterContext: (in category 'opcode sizing') -----
sizePushFullClosure: compiledBlockLiteralIndex numCopied: numCopied receiverOnStack: receiverOnStack ignoreOuterContext: ignoreOuterContext
+ ^self sizeOpcodeSelector: #genPushFullClosure:numCopied:receiverOnStack:ignoreOuterContext:
- ^self sizeOpcodeSelector: #genPushFullClosure:numCopied:receiverOnStack:ignoreOuterContext
withArguments: {compiledBlockLiteralIndex. numCopied. receiverOnStack. ignoreOuterContext}!
Item was changed:
BytecodeEncoder subclass: #EncoderForSistaV1
(excessive size, no diff calculated)