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

commits at source.squeak.org commits at source.squeak.org
Tue Jun 14 05:24:05 UTC 2022


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

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

Name: VMMaker.oscog-eem.3189
Author: eem
Time: 13 June 2022, 10:23:51.516367 pm
UUID: c257f883-eae2-443b-9022-ddfa15061b25
Ancestors: VMMaker.oscog-eem.3188

[New]ObjectMemory (i.e. v3) must export storeLong32:ofObject:withValue:.  Apoarently <export: true> doesn't do the job.  So use <api>.

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

Item was changed:
  ----- Method: ObjectMemory>>storeLong32:ofObject:withValue: (in category 'object access') -----
  storeLong32: fieldIndex ofObject: oop withValue: valueWord
+ 	<api>
- 	<export: true>
  	^ self long32At: oop + self baseHeaderSize + (fieldIndex << 2)
  		put: valueWord!



More information about the Vm-dev mailing list