The cost of stack traces
Anthony Green
green@redhat.com
Wed May 10 18:29:00 GMT 2006
On Wed, 2006年05月10日 at 18:01 -0400, Andrew Haley wrote:
> Yes. All we have to do is keep a table that maps IP address -> filename.
To be more explicit, one idea would be to walk the stack backwards until
we find something "familiar" (using some heuristic for determining what
is familiar or not), and then simply using memcmp on the rest of the
stack, to see if it's what we think it is.
AG
More information about the Java
mailing list