D
Deleted User
Guest
It's finally being claimed. The claimer is pcercuei, whose dynarec has been officially used in libretro for a few months now. He is also working on porting it to other PSX emulators.
What the PSX dynamic recompiler does:
What the PSX dynamic recompiler does:
Instead of emulating the PlayStation CPU by interpreting one instruction at a time, a dynarec (dynamic recompiler) would take large blocks of PlayStation CPU instructions and translate them all at once into a block of instructions your computer's CPU natively understands. The translation process (recompilation) is complicated but the resulting native code runs much faster than directly interpreting PlayStation code. It basically means that the emulator will run faster on weak computers.








