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

commits at source.squeak.org commits at source.squeak.org
Wed Nov 9 06:18:58 UTC 2022


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

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

Name: VMMaker.oscog-eem.3275
Author: eem
Time: 8 November 2022, 10:18:41.590469 pm
UUID: 86b52edc-43a4-467b-9f26-1eec38a0726b
Ancestors: VMMaker.oscog-eem.3274

...and fix a regression now that the code generator defers to vmClass to determine a stack accessor (so Cogit class has to implement the method also).

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

Item was added:
+ ----- Method: Cogit class>>isStackAccessor: (in category 'spur primitive compilation') -----
+ isStackAccessor: selector
+ 	^CoInterpreter isStackAccessor: selector!



More information about the Vm-dev mailing list