This is the mail archive of the java-patches@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: Fix backtrace for interpreted code


Anthony Green writes:
 > On Thu, 2004-10-14 at 07:48, Andrew Haley wrote:
 > > That's right.  The solution I came up with is the only one I know to
 > > be correct.
 > 
 > Does the mingw port support named sections?  If so, we could put the
 > special method in its own section and surround it with
 > _Jv_StartOfInterpreter, etc in the linker script.

I suppose so.  I guess this means we'd have to create a customer
linker script for mingw.  I don't object, but I can't do it.

Surely it's better to fix MD_FALLBACK_FRAME_STATE_FOR to unwind
through SEH frames.  That would bring many benefits.

Andrew.


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