[Vm-dev] VM Maker: VMMaker.oscog-tpr.1158.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Apr 3 02:30:22 UTC 2015


tim Rowledge uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker.oscog-tpr.1158.mcz

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

Name: VMMaker.oscog-tpr.1158
Author: tpr
Time: 2 April 2015, 7:28:53.812 pm
UUID: 53bdfe34-8b75-4c70-8836-41b88a9bc606
Ancestors: VMMaker.oscog-eem.1157

remove no longer needed stack usage tracing method. Replaced by improved decorateDisassembly:for:fromAddress:

=============== Diff against VMMaker.oscog-eem.1157 ===============

Item was changed:
  ----- Method: Cogit>>recordProcessing (in category 'simulation only') -----
  recordProcessing
  	| inst |
  	self recordRegisters.
  	inst := self recordLastInstruction.
  	printRegisters ifTrue:
  		[processor printRegistersOn: coInterpreter transcript].
  	printInstructions ifTrue:
  		[printRegisters ifTrue:
  			[coInterpreter transcript cr].
+ 		 coInterpreter transcript nextPutAll: inst; cr; flush]!
- 		 coInterpreter transcript nextPutAll: inst; cr; flush.
- 		processor writePopPushDetailsIn: coInterpreter memory in: coInterpreter transcript for: self]!



More information about the Vm-dev mailing list