Lines Matching refs:compilation
217 information known at compilation time. The compilers can therefore
224 the length of the strings is not known at compilation time; the
243 o Separate compilation (Ada and C versions)
247 several compilation units (5 in the Ada version, 2 in the C version)
251 compilation units are merged into one file, the rule is that separate
252 compilation should be used. The intention is that real programming
256 variables, register allocation etc. occuring in other compilation
257 units. Although in real life compilation units will probably be
258 larger, the intention is that these effects of separate compilation
264 program preparation time (although not as much as compilation in one
270 separate compilation. Although most commercial Pascal compilers
271 provide separate compilation in some way, we cannot use it for
274 compilation units.
318 procedure merging and/or compilation in one unit can be done to