[squeak-dev] The Inbox: Compiler-eem.460.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Sep 13 05:22:35 UTC 2021


A new version of Compiler was added to project The Inbox:
http://source.squeak.org/inbox/Compiler-eem.460.mcz

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

Name: Compiler-eem.460
Author: eem
Time: 12 September 2021, 10:22:33.290881 pm
UUID: 8c0c1dda-df6a-4f58-920f-6d8984dc77b9
Ancestors: Compiler-mt.459

Decompiler mods for proposed fix for CompiledCode>>#allLiteralsDo: by adding pushSpecialConstant:/sendSpecial:numArgs:.

=============== Diff against Compiler-mt.459 ===============

Item was added:
+ ----- Method: Decompiler>>pushSpecialConstant: (in category 'instruction decoding') -----
+ pushSpecialConstant: value
+ 	^self pushConstant: value!

Item was added:
+ ----- Method: Decompiler>>sendSpecial:numArgs: (in category 'instruction decoding') -----
+ sendSpecial: selector numArgs: numArgs
+ 	^self send: selector super: false numArgs: numArgs!



More information about the Squeak-dev mailing list