This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: C++ PATCH: Cleanup linkage handling
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: mark at codesourcery dot com
- Cc: gcc-patches at gcc dot gnu dot org
- Date: 30 Jul 2004 21:02:06 +0200
- Subject: Re: C++ PATCH: Cleanup linkage handling
- Organization: Integrable Solutions
- References: <200407291801.i6TI1UCd004589@sirius.codesourcery.com>
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