This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: PATCH: java: suppress java.lang.Object constructor
- To: Jeff Sturm <jsturm at one-point dot com>
- Subject: Re: PATCH: java: suppress java.lang.Object constructor
- From: Tom Tromey <tromey at redhat dot com>
- Date: 18 Jul 2001 12:25:36 -0600
- Cc: java-patches at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- References: <Pine.LNX.4.10.10107172111170.11888-100000@mars.deadcafe.org>
- Reply-To: tromey at redhat dot com
>>>>> "Jeff" == Jeff Sturm <jsturm@one-point.com> writes:
Jeff> I see a disproportionate number of cache misses in
Jeff> _Jv_AllocObject, ostensibly due to the finalizer check
Jeff> (java.lang.Object's vtable is seldom used otherwise).
That's interesting. How do you measure cache misses?
Tom