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
Excelsior JET 7.2 compiled JPCSP r2023
#1
hello, i compiled jpcsp r2023 with excelsior jet 7.2

excelsior jet 7.2 is a commercial java compiler which uses a technology called ahead-of-time (AOT) compilation
in which java source code or bytecode is compiled to native machine code. it can make your java applications
start and work faster and deploy without dependency on the JRE.

my point in creating this, is that you can run jpcsp without installing java but its larger than the original...

you can download my build below or you can build one yourself by downloading the 90-day evaluation version of excelsior jet 7.2

DOWNLOAD/S:
Excelsior JET 7.2 compiled JPCSP r2023 for Windows x86
Excelsior JET 7.2 compiled JPCSP r2021 for Windows x86
Login to Facebook, Go Here then click on the "Like" button.
Reply
#2
(03-16-2011, 07:32 AM)skycursor Wrote: hello, i compiled jpcsp r2021 with excelsior jet 7.2

excelsior jet 7.2 is a commercial java compiler which uses a technology called ahead-of-time (AOT) compilation
in which java source code or bytecode is compiled to native machine code. it can make your java applications
start and work faster and deploy without dependency on the JRE.

my point in creating this, is that you can run jpcsp without installing java but its larger than the original...

you can download my build below or you can build one yourself by downloading the 90-day evaluation version of excelsior jet 7.2

DOWNLOAD: Excelsior JET 7.2 compiled JPCSP r2021 for Windows x86

Very interesting. I have to test that later. Do you have any numbers on the speed increase?
JPCSP games tested with Athlon X2 4850e, 4 GB RAM, Radeon HD 3300 (onboard), OpenGL: 3.3.11653, Windows XP SP3 32-bit
PPSSPP games tested with Intel i3, 4 GB RAM, Intel HD Graphics 2000 (onboard), OpenGL: 3.1.0 Build 6.14.10.5421, Windows XP SP3 32-bit
Reply
#3
Darth1701 Wrote: Very interesting. I have to test that later. Do you have any numbers on the speed increase?

well, i tried p3p on it but i didn't notice any speed increase... i don't know, i haven't tried other games on it yet...
Login to Facebook, Go Here then click on the "Like" button.
Reply
#4
(03-16-2011, 07:32 AM)skycursor Wrote: hello, i compiled jpcsp r2021 with excelsior jet 7.2

excelsior jet 7.2 is a commercial java compiler which uses a technology called ahead-of-time (AOT) compilation
in which java source code or bytecode is compiled to native machine code. it can make your java applications
start and work faster and deploy without dependency on the JRE.

my point in creating this, is that you can run jpcsp without installing java but its larger than the original...

you can download my build below or you can build one yourself by downloading the 90-day evaluation version of excelsior jet 7.2

DOWNLOAD: Excelsior JET 7.2 compiled JPCSP r2021 for Windows x86
Jpcsp is generating Java classes on the fly (Dynarec compiler generating bytecode). Will these also be compiled?
Reply
#5
(03-16-2011, 09:50 AM)gid15 Wrote:
(03-16-2011, 07:32 AM)skycursor Wrote: hello, i compiled jpcsp r2021 with excelsior jet 7.2

excelsior jet 7.2 is a commercial java compiler which uses a technology called ahead-of-time (AOT) compilation
in which java source code or bytecode is compiled to native machine code. it can make your java applications
start and work faster and deploy without dependency on the JRE.

my point in creating this, is that you can run jpcsp without installing java but its larger than the original...

you can download my build below or you can build one yourself by downloading the 90-day evaluation version of excelsior jet 7.2

DOWNLOAD: Excelsior JET 7.2 compiled JPCSP r2021 for Windows x86
Jpcsp is generating Java classes on the fly (Dynarec compiler generating bytecode). Will these also be compiled?

I don't think so. On the Product Page I can see it basically takes the existing Java classes and compiles it to machine code, much like the JVM does it during runtime. But if a class does not exist before there is nothing to compile.
JPCSP games tested with Athlon X2 4850e, 4 GB RAM, Radeon HD 3300 (onboard), OpenGL: 3.3.11653, Windows XP SP3 32-bit
PPSSPP games tested with Intel i3, 4 GB RAM, Intel HD Graphics 2000 (onboard), OpenGL: 3.1.0 Build 6.14.10.5421, Windows XP SP3 32-bit
Reply
#6
Darth1701 Wrote:
gid15 Wrote: Jpcsp is generating Java classes on the fly (Dynarec compiler generating bytecode). Will these also be compiled?
I don't think so. On the Product Page I can see it basically takes the existing Java classes and compiles it to machine code, much like the JVM does it during runtime. But if a class does not exist before there is nothing to compile.

yeah, you're probably right, i think that is why i didn't notice any speed increase... but you can run it without installing any JRE...
also as i know, it supports dynamic class loading, as it includes a JIT compiler that loads dynamically generated java classes/bytecode to the running application...
Login to Facebook, Go Here then click on the "Like" button.
Reply
#7
according to here:
csxpgege's blog (chinese)
csxpgege's blog (google translate)

he tested crisis core on it and he had a speed increase of 2-3 fps...

no battle: original 45fps to jet-compiled 47fps...
with battle: original 18fps to jet-compiled 21 fps...


Attached Files Thumbnail(s)
               
Login to Facebook, Go Here then click on the "Like" button.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)