May 15, 2013
1:37 p.m.
That's great! Norbert Am 15.05.2013 um 14:37 schrieb Camillo Bruni <camillobruni@gmail.com>:
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?