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


On Wed, 2006-05-10 at 11:32 -0700, David Daney wrote:
> This "familiar" stuff would necessarily contain an IP->source_line 
> mapping.  

No, not quite.  It would contain a "stack region" to "stack trace"
mapping.  Once we hit something that looks familiar, and memcmp the rest
of the stack, we know what the rest of the stack trace will look like.

AG



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