The Trunk: Compiler-nice.328.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-nice.328.mcz

commits-2
Nicolas Cellier uploaded a new version of Compiler to project The Trunk:
http://source.squeak.org/trunk/Compiler-nice.328.mcz

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

Name: Compiler-nice.328
Author: nice
Time: 30 October 2016, 10:48:17.206969 pm
UUID: 165e1dcd-51cd-4ce9-8806-92457585a3d1
Ancestors: Compiler-tfel.327

Remove obsolete code-generation methods

=============== Diff against Compiler-tfel.327 ===============

Item was removed:
- ----- Method: MessageAsTempNode>>emitStorePop:on: (in category 'access to remote temps') -----
- emitStorePop: stack on: codeStream
- "This node has the form {expr storeAt: offset inTempFrame: homeContext},
- where the expr, the block argument, is already on the stack."
- ^ self emitForEffect: stack on: codeStream!

Item was removed:
- ----- Method: MessageAsTempNode>>sizeForStorePop: (in category 'access to remote temps') -----
- sizeForStorePop: encoder
- "This node has the form {expr storeAt: offset inTempFrame: homeContext},
- where the expr, the block argument, is already on the stack."
- ^ self sizeForEffect: encoder!

Item was removed:
- ----- Method: SelectorNode>>sizeForEffect: (in category 'inappropriate') -----
- sizeForEffect: encoder
-
- self shouldNotImplement!

Item was removed:
- ----- Method: SelectorNode>>sizeForValue: (in category 'inappropriate') -----
- sizeForValue: encoder
-
- self shouldNotImplement!