This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: What classes have depth==0?




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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]