The Trunk: Compiler-codefrau.454.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Compiler-codefrau.454.mcz

commits-2
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: ''!