VM Maker: CogPools-ISAs-tpr.2.mcz

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

VM Maker: CogPools-ISAs-tpr.2.mcz

commits-2
 
tim Rowledge uploaded a new version of CogPools-ISAs to project VM Maker:
http://source.squeak.org/VMMaker/CogPools-ISAs-tpr.2.mcz

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

Name: CogPools-ISAs-tpr.2
Author: tpr
Time: 24 November 2019, 11:42:20.745973 am
UUID: 0c4c8a3e-cc66-4760-8012-fdf3fea328b6
Ancestors: CogPools-ISAs-eem.1

fix trivial spilling mistook because CDO. Which is OCD but with the the letters in the CORRECT DAMN ORDER

=============== Diff against CogPools-ISAs-eem.1 ===============

Item was changed:
  SharedPool subclass: #ARMv8A64Opcodes
  instanceVariableNames: ''
  classVariableNames: 'NOP RET'
  poolDictionaries: ''
  category: 'CogPools-ISAs'!
 
+ !ARMv8A64Opcodes commentStamp: 'tpr 11/24/2019 11:35' prior: 0!
+ ARMv8A64Opcodes is a pool of named constants for the A64 instruction set in the ARMv8 64-bit instruction set architecture.  It does not define A32 & T32 instruction sets.!
- !ARMv8A64Opcodes commentStamp: 'eem 11/24/2019 07:26' prior: 0!
- ARMv8A64Opcodes is a pool of named constants for the A64 instructiin set in the ARMv8 64-bit instruction set architecture.  It does not define A32 & T32 instruction sets.!