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

commits at source.squeak.org commits at source.squeak.org
Fri Sep 17 02:38:46 UTC 2021


Eliot Miranda uploaded a new version of Compiler to project The Trunk:
http://source.squeak.org/trunk/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