![EmuCR: JSPspEmu EmuCR: JSPspEmu](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhDzMmPgtGJwgL0DACna0SxNKLQ5f5zrN_X7x-K3-xFqlvR2NMSnGJQEtJ2rreoNBgMGzIukc_MHH0qR1jvkjI391pgkIPpCrTvGxeha5YS6wD0yXwbbokhPQFmu0Q_IXUuVVusygiwBG3/s400/logo_new_emulator-png8.png)
JSPspEmu Git Changelog:
* - Fixed samples
* - Created a flag to enable/disable optimizations
- Added a new optimization for calling functions. This will improve performance, because you can call other functions inside a loop without breaking the loop and returning to the main slow execution loop. At this point, loops still don't have conditionals and doesn't support optimizing nested loops. But this is a start. Next steps would be converting functions into state machines and in a later step optimizing into loops and ifs (in the case it is possible) as emscripten does.
Try online: JSPspEmu Git (2014/05/01)
Source: Here
0 Comments
Post a Comment