This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [java] RFA: builtins vs. -findirect-dispatch
- From: Andrew Haley <aph at redhat dot com>
- To: Bryce McKinlay <mckinlay at redhat dot com>, Java Patches <java-patches at gcc dot gnu dot org>, GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 13 Jul 2006 12:33:33 +0100
- Subject: Re: [java] RFA: builtins vs. -findirect-dispatch
- References: <44B5CB9B.6010106@redhat.com> <17590.3419.701765.956118@zebedee.pink>
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.
Andrew.