03-25-2014, 02:57 PM -
(03-25-2014, 01:49 PM)AlexAltea Wrote:(03-25-2014, 01:38 PM)LittleGrejmer Wrote:(03-25-2014, 12:38 PM)Ru4slan Wrote: Recomplier needed.
Not really, game might be slow by missing instructions, and some necessary rpcs3 code. But when interpreter will be better, rpcs3 maybe speedup. It is my opinion
Nope, Ru4slan is right and there is no relation between speed and missing instructions... In fact, each missing piece we implement tends to make the emulator a little slower. Right now, the emulator is slow due to the intrinsic slowness of an interpreter. So, the recompiler is *really* needed, among many other optimizations.
is there any drafts about recompiler?maybe a plan for write a recompiler code?