ppsspp/Core/MIPS/JitCommon
Henrik Rydgard a5be0976bd Remove preprocessor hacks to choose JIT implementation.
Opens up for having multiple JIT implementations available at runtime,
which could be use for experimenting with new JIT compiler types or for
unit testing one JIT on another architecture.

Very few of the newly virtual calls are on any sort of critical path so
hopefully there will not be a performance loss.
2016-05-01 11:39:53 +02:00
..
JitBlockCache.cpp Remove preprocessor hacks to choose JIT implementation. 2016-05-01 11:39:53 +02:00
JitBlockCache.h Validate blocklinking in icache invalidate all. 2015-07-19 13:08:32 -07:00
JitCommon.cpp Remove preprocessor hacks to choose JIT implementation. 2016-05-01 11:39:53 +02:00
JitCommon.h Initial work on ARM64, based on the ARM jit. 2015-04-06 18:13:01 +02:00
JitState.cpp Fix bugs and issues in ARM64 static alloc. Thanks unknown for finding the problem. 2015-07-11 16:59:09 +02:00
JitState.h Remove preprocessor hacks to choose JIT implementation. 2016-05-01 11:39:53 +02:00
NativeJit.cpp Remove preprocessor hacks to choose JIT implementation. 2016-05-01 11:39:53 +02:00
NativeJit.h Remove preprocessor hacks to choose JIT implementation. 2016-05-01 11:39:53 +02:00