[Vm-dev] VM Maker: VMMaker.oscog-nice.1792.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Apr 9 02:34:15 UTC 2016


Nicolas Cellier uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker.oscog-nice.1792.mcz

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

Name: VMMaker.oscog-nice.1792
Author: nice
Time: 9 April 2016, 4:31:58.225 am
UUID: db1481ee-f663-436c-8fdf-25fe1abece62
Ancestors: VMMaker.oscog-nice.1791

Ouch, fix a slip some pointer were lost.

=============== Diff against VMMaker.oscog-nice.1791 ===============

Item was changed:
  ----- Method: LargeIntegersPlugin>>pointerToFirstDigitOfLargeInt: (in category 'util') -----
  pointerToFirstDigitOfLargeInt: bytesObject
  	<inline: true>
+ 	<returnTypeC: #'unsigned int *'>
- 	<returnTypeC: #'unsigned int'>
  	^interpreterProxy cCoerce: (interpreterProxy firstIndexableField: bytesObject) to: #'unsigned int *'!



More information about the Vm-dev mailing list