[web] FAQ- dynamic loading & RTTI
Mark Mitchell
mark@codesourcery.com
Mon Dec 10 08:46:00 GMT 2001
>> For static linkage, this is all resolved at link time, but
>
> s/all//g or s/this is all/all of this is/ ?
>
> (I'm not sure here!)
s/all/all of these symbols/
>
>> For details of vague linkage and other aspects of the ABI such as how
>> type information is encoded, refer the the C++ ABI specification
> ^^^^^^^
>> at C++ ABI.
>
> Perhaps we can omit this?
That sentence was a bit tangled:
> For details of vague linkage and other aspects of the ABI such as how
> type information is encoded, refer the the C++ ABI specification at C++
> ABI
I would just say:
For more details about the way that GCC implements these and other
C++ features, please read the
<a href="http://www.codesourcery.com/cxx-abi">ABI specification</a>.
How about that?
--
Mark Mitchell mark@codesourcery.com
CodeSourcery, LLC http://www.codesourcery.com
More information about the Gcc-patches
mailing list