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

commits at source.squeak.org commits at source.squeak.org
Sun Feb 23 23:38:35 UTC 2020


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

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

Name: VMMakerUI-eem.21
Author: eem
Time: 23 February 2020, 3:38:34.022993 pm
UUID: 2cff3c5f-b1cf-451d-83d8-73c71ff4419c
Ancestors: VMMakerUI-eem.20

Update Cogit>>headStackPointer accessor to adapt to SPReg ~= NativeSPReg regime.

=============== Diff against VMMakerUI-eem.20 ===============

Item was changed:
  ----- Method: Cogit>>headStackPointer (in category '*VMMakerUI-accessing') -----
  headStackPointer
  	<doNotGenerate>
  	^processorFrameValid
+ 		ifTrue: [NativeSPReg = SPReg
+ 					ifTrue: [processor sp]
+ 					ifFalse: [processor registerAt: SPReg]]
- 		ifTrue: [processor sp]
  		ifFalse: [coInterpreter headStackPointer]!



More information about the Vm-dev mailing list