Re: _Unwind_FindEnclosingFunction vs darwin
Jack Howarth <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Dec 20, 2009 at 01:25:00PM +0000, Andrew Haley wrote:
>
> This is all far too heavyweight; rather than simply solving the problem, it's
> speculating about some other problems that may not exist.
>
> Andrew.
Andrew,
One other comment. It seems equally heavy-handed to drag in significant
sections of the code from unwind-dw2.c and its associated headers. Also the
solution will never be generic since _Unwind_FindEnclosingFunction() is
declared in unwind-compat.c, unwind-dw2.c and unwind-sjlj.c. I would have
a lot more faith in following this approach if it were first demonstrated
to be workable on linux.
Jack