This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

Re: Patch: g++ `catch' and `throw' of Java objects


Tom Tromey <tromey@cygnus.com> writes:

> I think the runtime side of this is pretty easy, but it looks like the
> compiler side of it involves sucking in a largish part of cp/rtti.c.

Mark Mitchell has talked about merging the C and C++ front-end,
because they (should) share so much code.  I sometimes think we should
merge the C++ and Java front-ends.  At the least, I think we should
have more "common" files that front-ends can optionally link in.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/~per/

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