[cxx-abi-dev] comparing type_infos (was Re: Patch for throw/catch problems)
Mark Mitchell
mark at codesourcery.com
Wed Aug 15 15:29:44 UTC 2001
--On Wednesday, August 15, 2001 09:32:26 AM -0600 Tom Tromey
<tromey at redhat.com> wrote:
> libgcj reads the Object vtable. That's because it has to create array
> classes at runtime, and so it has to make the newly created vtable as
> a copy of the Object vtable. Maybe there's some other way to
> implement this though.
>
It could also call the methods once at startup to make sure that the PLT
entries are unwound, if copying the PLT entries isn't safe.
--
Mark Mitchell mark at codesourcery.com
CodeSourcery, LLC http://www.codesourcery.com
More information about the cxx-abi-dev
mailing list