ppsspp/Core/MIPS/JitCommon
Henrik Rydgard 58237d976f Fix performance issue in BlockCache due to an instance of std::vector in every block:
Avoid creating the vector when not necessary.

This was especially noticeable in debug mode.
2014-03-29 22:26:51 +01:00
..
JitBlockCache.cpp Fix performance issue in BlockCache due to an instance of std::vector in every block: 2014-03-29 22:26:51 +01:00
JitBlockCache.h Fix performance issue in BlockCache due to an instance of std::vector in every block: 2014-03-29 22:26:51 +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 Shrink the very common sceKernelThread.h include. 2014-03-15 11:44:02 -07:00