Well I took your lead and downloaded CaffeineMark3 so I could see if I
could reproduce your results.  First off it is a shame that your image
results returned 0.  Ok First off I ran the tests three times on the
same computer but with different jdk's, once with jdk1.2(win32),
jdk1.2v2(linux), and jdk117v3(linux).  First off if you just compare
the average final results I get an average of 5306, 2418, 696
respectively.  Which tells a story of for some reason Sun's jdk for
win32 is twice as fast as linux's.  But that doesn't make sense for us
here with the fact that on linux, the jdk1.2v2 seems slower than
jdk117, since the 1.2 scores  more than three times faster.  But the
telling part is if you look at the sub-tests, 2 in particular: image,
and dialog.  When testing the jdk1.2v2 I get an average of 116 for
image and 125 for dialog speed.  Whereas testing the jdk117v3 I get an
average of 720, and 150.  For images this is almost 5 times as slow in
jdk1.2.  You can even see it, the benchmark even redraws itself
noticably slow.

I tried running the benchmark without the JIT, but I get the same
results except everything is as slow as the jdk117.  Well let me know
if this is the same as everyone sees, and not my system(celeron
4.5x102mhz, 64mb ram, TNT video card, RH 6.0, jdk1.2glib2.1).

--- Cees de Groot <[EMAIL PROTECTED]> wrote:
> >As the experience of many in this group shows, TYA
> is in no imminent
> >danger of being put out of business by Sun's JIT
> efforts.
> >
> I don't understand what everybody's perception is
> here, but I've grabbed
> an old benchmark (CaffeineMark3) and the results are
> obvious:
> 
>   JDK1.1.7:
>     TYA 1.2v4: 811, 1559, 3011, 1753, 1074,  927,
> 626, 0, 62
>   JDK1.2v1
>     TYA 1.3v2: 731, 1422, 2626, 1196,  980,  687,
> 417, 0, 31
>     SUNWjit:  1808, 3115, 9149, 1077, 1773, 2355,
> 457, 0, 32
>     none:      398,  447,  459,  665,  411,  407,
> 479, 0, 31
>     unset = SUNWjit:
>   JDK1.2v3
>     SUNWjit:  2038, 3384,10034, 1618, 1915, 2492,
> 491, 0, 49
> 
> (figures for respectively Sieve, Loop, Logic,
> String, Float, Method,
> Graphics, Image and Dialog; larger is better, beats
> me why the Image
> test always returns 0. Native threads, 233Mhz
> P/MMX).
> 
> Looks like the SUNWjit beats TYA by a large margin
> (and, without putting
> down the tremendous effort that TYA represents, I
> more-or-less expected
> that because my feeling is that JIT optimization is
> for a large part a
> matter of applying a lot of raw manpower...).
> 
> The perceived differences may be due to the JIT
> doing the JIT thingy:
> analyzing and compiling classes, thus slowing down
> class loading and user
> interface response. If TYA covers the middle ground
> between interpreted
> and a JIT that's fast in execution but slow in
> analyzing, it may well be
> the JIT of choice for UI software, with
> SUNWjit/Hotspot/... speeding up
> long-running server processes.
> 
> As usual, the only thing that I'm really saying here
> is YMMV :-)
> -- 
> Cees de Groot               http://www.cdegroot.com 
>    <[EMAIL PROTECTED]>
> 
> 
> 
>
----------------------------------------------------------------------
> To UNSUBSCRIBE, email to
> [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 
> 

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to