This is the mail archive of the gcc@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: export in c++


>>>>> "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

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