This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Expenses of unit-at-a-time (Re: On inlining in C++ with unit-at-a-time code(
Jan Hubicka <hubicka@ucw.cz> writes:
[...]
| Of course it is possible to construct testcases where unit-at-a-time
| takes much more memory than normal mode by creating large file
| consisting of many small funcitons but I tend to believe that this is
| rare in C and in C++ frontend already deffers most of these so the
| difference is even smaller.
I can't parse that.
It is quite common (in the C++ community) to have large translation
units with many small functions (usually candidates for inlining).
-- Gaby