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]

export in c++


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).

Then you can convert the code over to an immediate language so it can be converted when the code is linked together.

This would need cooperation from a lot of people to do this, from other compilers makers and operating systems makers.

Thanks,
Andrew Pinski
pinskia@physics.uc.edu

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