[squeak-dev] The Trunk: Compiler-codefrau.454.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Feb 18 22:43:51 UTC 2021


Vanessa Freudenberg uploaded a new version of Compiler to project The Trunk:
http://source.squeak.org/trunk/Compiler-codefrau.454.mcz

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

Name: Compiler-codefrau.454
Author: codefrau
Time: 18 February 2021, 2:37:39.920599 pm
UUID: 1c50118a-0c26-4496-851f-e48ff051ca67
Ancestors: Compiler-eem.453

Move bytecodeSetName to BytecodeEncoder

=============== Diff against Compiler-eem.453 ===============

Item was added:
+ ----- Method: BytecodeEncoder class>>bytecodeSetName (in category 'compiled method support') -----
+ bytecodeSetName 
+ 	^self name copyReplaceAll: 'EncoderFor' with: ''!



More information about the Squeak-dev mailing list