This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: class initialization check overhead
- From: Tom Tromey <tromey at redhat dot com>
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: Adam Megacz <gcj at lists dot megacz dot com>, java at gcc dot gnu dot org
- Date: 25 Nov 2002 22:40:26 -0700
- Subject: Re: class initialization check overhead
- References: <Pine.LNX.4.44.0210250837420.10611-100000@ops2.one-point.com>
- Reply-to: tromey at redhat dot com
>>>>> "Jeff" == Jeff Sturm <jsturm@one-point.com> writes:
I finally read this patch:
Jeff> + { { "java.lang.Object" }, { "<init>" }, init_builtin },
This is really admirably sneaky and surprising.
Tom