This is the mail archive of the gcc-help@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]

How to understand the term 'unit' in 'unit-at-a-time'?


      Hi Everyone:

      GCC now has two styles for compilation, one for
'function-at-atime', and the other for 'unit-at-a-time'.
      The term 'unit' in this word refers to a whole source file ? or
something else.

      Could someone make an exact definition about it?
      And How the compiler make the decision that if the functions are
in the same compilation unit.

      Thanks a lot~


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