I started to work on a basic ARM model for AsmJit with Damien Pollet and on the 
fly we continue the refactoring I started last week:

- no more PoolDictionaries
- no more global registers
- reducing the number of class variables
- more specific register classes for x86 to avoid nasty bit masking/checking 
operations on an integer

All in all this makes the code much more accessible and you can be sure that 
changing a register (aka renaming it) is a local cation.

What do you think?

Reply via email to