This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: class initialization check overhead
- From: Andrew Haley <aph at redhat dot com>
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: Tom Tromey <tromey at redhat dot com>, java at gcc dot gnu dot org
- Date: Sun, 15 Dec 2002 13:42:13 +0000 (GMT)
- Subject: Re: class initialization check overhead
- References: <874ra43n3p.fsf@fleche.redhat.com><Pine.LNX.4.44.0212141332330.22899-100000@ops2.one-point.com>
Jeff Sturm writes:
> It occurred to me that your gcj builtins framework could be widely
> applied to certain often-called routines in java.lang. Other good
> candidates are Object.getClass() and String.equals().
>
> Automatic inlining of these methods isn't likely to happen anytime soon,
> if ever.
Automatic inlining of native CNI methods is very hard, and I don't
expect it either!
Andrew.