Ignore:
Timestamp:
Sep 16, 2016, 1:08:29 AM (9 years ago)
Author:
bird
Message:

kWorker: A few more words.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kWorker/kWorker.c

    r2926 r2927  
    91869186 * (c2.dll).
    91879187 *
     9188 * kWorker helps the compiler as best as it can.  Given a little knowledge about
     9189 * stable and volatile file system areas, it can do a lot of caching that a
     9190 * normal compiler driver cannot easily do when given a single file.
     9191 *
    91889192 *
    91899193 * @subsubsection sssec_kWorker_Headers     Cache Headers Files and Searches
     
    92049208 * keep track of intercepted handles (also used for temporary file, temporary
    92059209 * file mappings, console buffering, and standard out/err buffering).
     9210 *
     9211 * PS. The header search optimization also comes in handy when cl.exe goes on
     9212 *     thru the whole PATH looking for c1/c1xx.exe and c2.exe after finding
     9213 *     c1/c1xx.dll and c2.dll.  My guess is that the compiler team can
     9214 *     optionally compile the three pass DLLs as executables during development
     9215 *     and problem analysis.
    92069216 *
    92079217 *
Note: See TracChangeset for help on using the changeset viewer.