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: Unit at time compilation mode III


On Feb 13, 2003, Richard Earnshaw <rearnsha@arm.com> wrote:

> Precisely why I'm not keen on "unit-at-once" -- it's not clear what the 
> "unit" is.

The C and C++ standards talk about translation units.  I always read
`unit' here as shorthand for that.

>    - function-at-once   intra-function optimization
>    - file-at-once       optimize over everything in the "file"
>    - all-at-once        optimize over all files on the command line

file would be wrong, since you'll seldom see a translation unit that
draws code from a single file (i.e., that doesn't #include anything
else).

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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