VM Maker: VMMakerUI-eem.30.mcz

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

VM Maker: VMMakerUI-eem.30.mcz

commits-2
 
Eliot Miranda uploaded a new version of VMMakerUI to project VM Maker:
http://source.squeak.org/VMMaker/VMMakerUI-eem.30.mcz

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

Name: VMMakerUI-eem.30
Author: eem
Time: 28 October 2020, 1:18:39.037567 am
UUID: 691b61b0-31b4-4bb7-9a1b-3ec0f3ecaaf5
Ancestors: VMMakerUI-eem.29

Have the processor inspector delve beneath the MultiProcessor.

=============== Diff against VMMakerUI-eem.29 ===============

Item was changed:
  ----- Method: CogProcessorAlienInspector>>coInterpreter: (in category 'initialization') -----
  coInterpreter: aCoInterpreter
  super coInterpreter: aCoInterpreter.
+ processor := cogit processor nonVirtualProcessor.
- processor := cogit processor.
  registerSelectors := processor registerStateGetters.
  self computeRegisterMap.
  windowTitle := nil.
  self changed: #text; changed: #window!