[Bug libgcj/12740] Stack trace infrastructure improvements
aph at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Nov 3 11:50:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12740
------- Additional Comments From aph at gcc dot gnu dot org 2003-11-03 11:50 -------
- libgcc's unwinder machinery should be used instead of backtrace()
This is probably true, but it may be slower.
- for security/classloader/accessibility checks, we should only walk the stack
as far as needed to complete the check, not the entire stack
I don't understand this. We don't walk the entire stack at the moment.
More information about the Gcc-bugs
mailing list