ppsspp/Core/MIPS/JitCommon
Henrik Rydgard 1cb7965cb1 Jit feature preparation: Introduce "proxy blocks".
When these are invalidated, the block they point to gets invalidated too.

Will be useful to implement various types of block merging and function inlining
without affecting correctness of cache clears etc.

Also, with this commit we can now fully inline replaced functions. fabsf() boils
down to 1-2 instructions and the block continues, for example.
2013-12-19 00:39:49 +01:00
..
JitBlockCache.cpp Jit feature preparation: Introduce "proxy blocks". 2013-12-19 00:39:49 +01:00
JitBlockCache.h Jit feature preparation: Introduce "proxy blocks". 2013-12-19 00:39:49 +01:00
JitCommon.cpp Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK. 2012-11-04 23:24:00 +01:00
JitCommon.h Show replaced instructions correctly in disassembly 2013-12-18 11:42:19 +01:00
JitState.h Assorted cleanup in the MIPS emulation 2013-12-10 13:15:16 +01:00