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]

Re: ia64 eh, part 20d [libjava]


On Fri, Mar 30, 2001 at 07:28:17PM -0700, Tom Tromey wrote:
> Did you do this following the FIXME comments in exception.cc?

No.  Or, rather, only kinda.  I'm also doing garbage collection
on the exception header so that we don't have to insert calls
to _Unwind_DeleteException in the generated code, and the 
associated complexity that creates in additional cleanup regions.

> Unfortunately those were wrong :-(.  We pretty much rely on
> malloc/free capability.

Where?

> If you can set the malloc/free functions then you could use the
> libjava names.

I don't understand... "set" the functions?


r~


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