Google Groups Home
Help | Sign in
Message from discussion JVM vs. EXE comaprison
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Vit  
View profile
 More options 14 Jun 2005, 11:33
Newsgroups: comp.lang.java.programmer
From: vtsik...@yahoo.com (Vit)
Date: 14 Jun 2005 03:33:58 -0700
Local: Tues 14 Jun 2005 11:33
Subject: JVM vs. EXE comaprison
To the issues of JAVA performance:
I have compiled both original version (Ray) and this optimized version
(RayTracing):

with the JET compiler (http://www.excelsior-usa.com/jet.html)
and got the following results (in CPU secs):

RAY:            JVM     EXE
input = 100     12,4    5,2 =39%
        200     39,7   19,0 =48%
        300     84,3   42,8 =51%

RAYTRACING:     JVM     EXE
input = 100      7,6    4,0 =52%
        200     28,2   13,8 =49%
        300     64,9   30,4 =46%

Percentage shows the ratio of compiled and optimized native code speed
vs. JVM speed. What is interesting: a better written source code is
better optimized by a compiler -- see that increasing the job size
takes less and less time in the optimized program...

Ah, yep, this was about another way to accelerate your program ;)

Vit


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google