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

commits at source.squeak.org commits at source.squeak.org
Wed Jul 13 02:45:17 UTC 2022


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

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

Name: VMMaker.oscog-eem.3209
Author: eem
Time: 12 July 2022, 7:45:02.634751 pm
UUID: f704c282-7c0d-4a35-8da3-48f48be3da70
Ancestors: VMMaker.oscog-eem.3208

Move ThreadedRiscV64FFIPlugin's num args accessors to the class side where they belong.

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

Item was added:
+ ----- Method: ThreadedRiscV64FFIPlugin class>>numFloatRegArgs (in category 'accessing') -----
+ numFloatRegArgs
+ 
+ 	^NumFloatRegArgs!

Item was added:
+ ----- Method: ThreadedRiscV64FFIPlugin class>>numIntRegArgs (in category 'accessing') -----
+ numIntRegArgs
+ 
+ 	^NumIntRegArgs!

Item was removed:
- ----- Method: ThreadedRiscV64FFIPlugin>>numFloatRegArgs (in category 'accessing') -----
- numFloatRegArgs
- 
- 	^NumFloatRegArgs!

Item was removed:
- ----- Method: ThreadedRiscV64FFIPlugin>>numIntRegArgs (in category 'accessing') -----
- numIntRegArgs
- 
- 	^NumIntRegArgs!



More information about the Vm-dev mailing list