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

commits at source.squeak.org commits at source.squeak.org
Wed Dec 7 23:23:17 UTC 2016


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

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

Name: VMMaker.oscog-eem.2030
Author: eem
Time: 7 December 2016, 3:22:31.533512 pm
UUID: 336e0ad2-8a82-4c38-af30-a533abc15672
Ancestors: VMMaker.oscog-eem.2029

Fix a translation-time snafu with the V3 Cogit.

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

Item was removed:
- ----- Method: CogObjectRepresentationForSqueakV3>>genInlinedIdenticalOrNotIf: (in category 'compile abstract instructions') -----
- genInlinedIdenticalOrNotIf: orNot
- 	<inline: true>
- 	^ cogit genVanillaInlinedIdenticalOrNotIf: orNot!

Item was added:
+ ----- Method: CogObjectRepresentationForSqueakV3>>genInlinedIdenticalOrNotIfGuts: (in category 'compile abstract instructions') -----
+ genInlinedIdenticalOrNotIfGuts: orNot
+ 	<inline: true>
+ 	^ cogit genVanillaInlinedIdenticalOrNotIf: orNot!



More information about the Vm-dev mailing list