[Vm-dev] VM Maker: VMMaker.oscog-eem.805.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Jul 6 17:38:21 UTC 2014


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

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

Name: VMMaker.oscog-eem.805
Author: eem
Time: 6 July 2014, 10:35:50.265 am
UUID: 33a04610-ba5b-471e-847a-597e2045be6e
Ancestors: VMMaker.oscog-eem.804

Oops.  resetCountersIn: must of course be optional.

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

Item was changed:
  ----- Method: CogObjectRepresentationForSpur>>resetCountersIn: (in category 'sista support') -----
  resetCountersIn: cogMethod
  	<var: #cogMethod type: #'CogMethod *'>
  	<api>
+ 	<option: #SistaStackToRegisterMappingCogit>
  	cogit fillInCounters: (self numCountersFor: cogMethod counters) atStartAddress: cogMethod counters!

Item was changed:
  ----- Method: CogObjectRepresentationForSqueakV3>>resetCountersIn: (in category 'sista support') -----
  resetCountersIn: cogMethod
  	<var: #cogMethod type: #'CogMethod *'>
  	<api>
+ 	<option: #SistaStackToRegisterMappingCogit>
  	cogit
  		fillInCounters: (self numCountersFor: cogMethod counters)
  		atStartAddress: cogMethod counters!



More information about the Vm-dev mailing list