[Vm-dev] VM Maker: VMMakerUI-eem.30.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Oct 28 08:18:41 UTC 2020


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!



More information about the Vm-dev mailing list