This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: [freenet-tech] Technology / Features
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- Cc: java at gcc dot gnu dot org
- Date: Thu, 28 Feb 2002 19:32:56 -0500 (EST)
- Subject: Re: [freenet-tech] Technology / Features
On Fri, 1 Mar 2002, Bryce McKinlay wrote:
> RTH said the EH unwinder could easily be modified to fill out a stack
> trace without actually unwinding,
I agree.
> so this is what we should do for targets using DWARF2 exceptions.
Well, since libunwind has this working (on ia64, at the moment) it would
make sense to look at their API, with or without using any of their code.
The intent of the author, David Mosberger, seems to be making this a
drop-in replacement and perhaps offer it to gcc and/or glibc.
I don't know what rth plans to do. Here's a link:
http://sources.redhat.com/ml/libc-hacker/2002-01/msg00034.html
Jeff