Changeset 2927 for trunk/src/kWorker/kWorker.c
- Timestamp:
- Sep 16, 2016, 1:08:29 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kWorker/kWorker.c
r2926 r2927 9186 9186 * (c2.dll). 9187 9187 * 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 * 9188 9192 * 9189 9193 * @subsubsection sssec_kWorker_Headers Cache Headers Files and Searches … … 9204 9208 * keep track of intercepted handles (also used for temporary file, temporary 9205 9209 * 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. 9206 9216 * 9207 9217 *
Note:
See TracChangeset
for help on using the changeset viewer.