This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: A completely different approach to EH runtime
- To: Hidvegi <hzoli at austin dot ibm dot com>
- Subject: Re: A completely different approach to EH runtime
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Wed, 21 Feb 2001 12:57:53 -0500
- cc: gcc at gcc dot gnu dot org, zackw at stanford dot edu
>>>>> Hidvegi writes:
Hidvegi> If I understand this correctly, this would mean that you cannot load a
Hidvegi> g++ compiled module dynamically from a program that was not compiled
Hidvegi> with gcc.
Yes. This is a serious problem with Zack's proposal. It means
that G++-produced shared objects could not be loaded through Java JNI, for
example.
David