View Single Post
Old 31 May 2015, 14:37   #37
lubomyr
AMIGA EMU DEV
 
lubomyr's Avatar
 
Join Date: Nov 2012
Location: Lviv, Ukraine
Posts: 528
Meanwhile ARM JIT V2 released for aranym emulator

http://sourceforge.net/p/aranym/code...d178c795b0929/
Code:
* Advantages of JIT v2
*     - Processor independent style
*     - Reduced overhead
*     - Easier to understand / read
*     - Easier to optimize
*     - More precise flag handling
*     - Better optimization for different CPU version ARM, ARMv6 etc..
*
* Disadvantages of JIT v2
*     - Less generated
*     - Requires more code implementation by hand (MidFunc)
*     - MIDFUNCS are more CPU minded (closer to raw)
*     - Separate code for each instruction (but this could be also an advantage, because you can concentrate on it)
I hope soon we will see it with amiga emu(s)
lubomyr is offline  
 
Page generated in 0.04307 seconds with 11 queries