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]
Other format: [Raw text]

Re: The cost of stack traces


Andrew Haley wrote:
One other thing that would solve my problem entirely: if addr2line
fails to return any information about a symbol, blacklist that entire
object file. This might give suprious results if, e.g., only part of
the object file had debbuginfo. However, it would remove the
thousands of fruitless searches we have at the present time.

I've checked in a patch to implement this: http://gcc.gnu.org/ml/java-patches/2006-q2/msg00137.html


I think its pretty safe for now to assume that a binary either has .debug_line info or it doesn't.

Bryce


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