This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: replace mutex with object synchronization
- From: Per Bothner <per at bothner dot com>
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: Tue, 20 Apr 2004 17:18:52 -0700
- Subject: Re: Patch: replace mutex with object synchronization
- References: <Pine.LNX.4.44.0404192106100.24954-100000@ops2.one-point.com>
Jeff Sturm wrote:
When I ran the -fno-assume-compiled experiment I was simply trying to
link as small an executable as possible. Efficiency wasn't important. I
ran the application once printing the name of each class as it was loaded,
Did you use any special tools or patch for this?
I'm thinking it might be useful to implement some property that
if set will print out to a file each class that gets initialized.
Optionally, it might print out a stack trace, in case one wants
to figure out "why is this class gettin initialized"?
--
--Per Bothner
per@bothner.com http://per.bothner.com/