This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: export in c++
- To: pinskia at physics dot uc dot edu
- Subject: Re: export in c++
- From: Jason Merrill <jason at redhat dot com>
- Date: 14 Dec 2000 00:58:18 +0000
- Cc: gcc at gcc dot gnu dot org, darwin-development at lists dot apple dot com
- References: <200012112333.eBBNXV101571@pinskia1.dyndns.org>
>>>>> "Andrew" == Andrew Pinski <pinskia@physics.uc.edu> writes:
> I have an idea on how to implement export in c++ for templates.
> You would put another segment to the object file and the libraries called
> something like "cppexports" (other names will do).
Yup, that's the plan.
> This would need cooperation from a lot of people to do this, from other
> compilers makers and operating systems makers.
No, this should be doable without support from anyone else; the only
support the compiler will need is the ability to extract verbatim the
contents of an arbitrary section.
Jason