This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [java] RFA: builtins vs. -findirect-dispatch



On Jul 13, 2006, at 8:33 PM, Andrew Haley wrote:


Andrew Haley writes:

It would be better for calls such as Math.sin() to map directly to sin(); the indirection does no good at all. But it's no big deal.

On second thoughts, forget that: sin() is defined in libgcj.

On third thought, the sin in libgcj should really be only used for StrictMath
which currently does not use builtins anyways :).



-- Pinski



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]