This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Performance with same codes achievement as jpcsp
#9
HLE = High Level Emulation
LLE = Low Level Emulation

PSP has an OS which is a collection of modules. Those modules offer some API to handle any I/O devices without letting game developers directly to deal with hardware.

HLE = API emulation
LLE = Hardware emulation

ppsspp and jpcsp are HLE because they don't try to emulate the hardware but run equivalent modules rewritten in native code.

- critical code coded in Java are less efficient than one coded in native code through C++. The last comparison i saw between Java and C++ was biased in favor of Java because they compared with native code compiled through C++ in debug (unoptimized, the worst).
- development in Java is simpler and easier to debug.
Reply


Messages In This Thread
RE: Performance with same codes achievement as jpcsp - by hlide - 04-13-2013, 10:00 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)