[Vm-dev] VM Maker: Cog-eem.327.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Jun 16 18:04:47 UTC 2016


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

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

Name: Cog-eem.327
Author: eem
Time: 16 June 2016, 11:03:47.628185 am
UUID: d8b78ff9-3baf-4217-9810-345304ce963a
Ancestors: Cog-eem.326

Make sure all appropriate registers are smashed on ARM when enilopmarting into machine code.

=============== Diff against Cog-eem.326 ===============

Item was changed:
  ----- Method: GdbARMAlien>>smashRegisterAccessors (in category 'accessing-abstract') -----
  smashRegisterAccessors
+ 	^#(r0: r1: r2: r3: r4: r5: r6: r7: r8: r9: r10: "11=FP" r12: "13=SP, 14=LR, 15=PC")!
- 	^#(r0: r1: r2: r3: r4: r5: r6: r7: r8: r9: r10:)!



More information about the Vm-dev mailing list