This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: C++ PATCH: Cleanup linkage handling


Mark Mitchell <mark@codesourcery.com> writes:

| This patch makes the C++ front end always work in unit-at-a-time mode.
| This has approximately no compile-time impact, in my testing, and
| permits some cleanups of the various decisions about whether to emit
| definitions, weak definitions, or external references -- all of those
| decisions are now put off until the end of the translation unit.
| 
| This are still more complicated that they should be, but part of that
| is what we get for having all of:
| 
| * #pragma interface, #pragma implementation

I would not cry if these suddendly died...

-- Gaby


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