VM Maker: VMMaker.oscog-eem.2030.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

VM Maker: VMMaker.oscog-eem.2030.mcz

commits-2
 
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!