
Signature
www.designacourse.com
The Easiest Way To Train Anyone... Anywhere.
Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
I'm sorry for my english and for the lack of.. coherence? in the
previews post
and I'm not sure of nothing.. my problem is how much difficult should
be rewriting all my code in c++ or using jni, and if doing so will be
usefull and productive.
In any way for some function like exponential it is not important how
much the jit is powerful becouse the code is wrong.. it must use one
only asm instruction and it can't if the jvm doesnt support it.. the
only information about it that i've found are:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5005861
>Submitted On 12-JAN-2006
>This is the last area that Java appears slow compared to c/c++ - it really MUST be >fixed. It's nice that Tan, LN and Log10 have been intrinsified in Mustang, but it's sin, >cos and sqrt that most people really need, I think.
If you have better info, i'll be very interested in them.
Thanks
Dimitri
Thomas Hawtin - 29 Apr 2006 00:12 GMT
> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5005861
> >Submitted On 12-JAN-2006
>
>> This is the last area that Java appears slow compared to c/c++ - it really MUST be >fixed. It's nice that Tan, LN and Log10 have been intrinsified in Mustang, but it's sin, >cos and sqrt that most people really need, I think.
>
> If you have better info, i'll be very interested in them.
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5094249
Bug ID: 5094249
Votes 0
Synopsis TAN needs to be implemented for X86/AND64
Category hotspot:compiler2
Reported Against mustang
Release Fixed mustang
State Closed, fixed
Related Bugs
Submit Date 30-AUG-2004
Description SIN/COS are intrinsified for X86/AMD64, we should
support TAN as well.
Work Around N/A
Evaluation easy
xxxxx@xxxxx 2004-09-01
Implemented this for C1 as well as C2
xxxxx@xxxxx 2004-09-07
Of course, this sort of stuff is highly implementation dependent. You
also need to consider whether you are prepared to bet on mustang having
sufficient quality for your needs.
Tom Hawtin

Signature
Unemployed English Java programmer
http://jroller.com/page/tackline/