This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: What classes have depth==0?
- To: Martin Kahlert <martin dot kahlert at infineon dot com>
- Subject: Re: What classes have depth==0?
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Thu, 12 Jul 2001 12:22:51 -0400 (EDT)
- cc: java at gcc dot gnu dot org
On Thu, 12 Jul 2001, Martin Kahlert wrote:
> gdb (5.0) claims, that the function was called by java::lang::String::concat
> inside natString.cc, but the line is the start of the routine
> (in fact it only contains a {).
I often find it necesary to rebuild libgcj with just "-O -g" for
debugging. That prevents inlining and code scheduling, making the flow
considerably easier to follow.
Jeff