Dynarec ( JIT ) IR vs Interpreter IR comparision ?
|
06-09-2016, 05:31 AM
(This post was last modified: 06-09-2016 05:31 AM by vuminhquan2011.)
Post: #1
|
|||
|
|||
Dynarec ( JIT ) IR vs Interpreter IR comparision ?
How faster is it when using Dynarec JIT IR vs Interpreter IR
|
|||
06-09-2016, 08:11 AM
Post: #2
|
|||
|
|||
RE: Dynarec ( JIT ) IR vs Interpreter IR comparision ?
There's no such thing as JIT IR, you can either use:
- JIT, - IR interpreter, - interpreter. That's listed from fastest to slowest, exact difference is pretty pointless since it will differ a lot per game, JIT will always be the fastest one and so is default on platforms that can have JIT. Which includes everything except iOS where apple loves to break it with every system update. IR interpreter might still be worth trying against games which are broken in the other two as it works a bit differently, it's existence already proved very useful in revisiting some ancient issues. http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders! http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats, https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds. |
|||
« Next Oldest | Next Newest »
|