mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-23 08:49:47 +00:00
e5e83cde00
Not much faster than interpreter, due to calling pgxp functions on every load/store opcode |
||
---|---|---|
.. | ||
.gitignore | ||
.gitrepo | ||
blockcache.c | ||
blockcache.h | ||
CMakeLists.txt | ||
config.h | ||
config.h.cmakein | ||
COPYING | ||
debug.h | ||
disassembler.c | ||
disassembler.h | ||
emitter.c | ||
emitter.h | ||
interpreter.c | ||
interpreter.h | ||
lightrec-private.h | ||
lightrec.c | ||
lightrec.h | ||
memmanager.c | ||
memmanager.h | ||
optimizer.c | ||
optimizer.h | ||
README | ||
recompiler.c | ||
recompiler.h | ||
regcache.c | ||
regcache.h |
LightRec is my attempt at creating a dynamic recompiler for MIPS and powered by GNU Lightning.