The Trunk: Kernel-eem.1140.mcz

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

The Trunk: Kernel-eem.1140.mcz

commits-2
Eliot Miranda uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-eem.1140.mcz

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

Name: Kernel-eem.1140
Author: eem
Time: 11 January 2018, 8:44:39.290013 am
UUID: d361ade6-5039-4edf-9782-a6baef35212c
Ancestors: Kernel-eem.1139

Move CompiledMethod>>startpcsToBlockExtents and its support machinery to Compiler; it is used both by the Decompiler and the Debugger and so belongs in Compiler, not in Tools.

=============== Diff against Kernel-eem.1139 ===============

Item was removed:
- InstructionClient subclass: #BlockStartLocator
- instanceVariableNames: ''
- classVariableNames: ''
- poolDictionaries: ''
- category: 'Kernel-Methods'!

Item was removed:
- ----- Method: BlockStartLocator>>pushClosureCopyNumCopiedValues:numArgs:blockSize: (in category 'instruction decoding') -----
- pushClosureCopyNumCopiedValues: numCopied numArgs: numArgs blockSize: blockSize
- "Answer the size of the block"
- ^blockSize!

Item was removed:
- ----- Method: BlockStartLocator>>pushFullClosure:numCopied: (in category 'instruction decoding') -----
- pushFullClosure: aCompiledBlock numCopied: numCopied
- "Answer the block method"
- ^aCompiledBlock!