1. compile time - Noun
2. compile time - Adjective
compile time (usually uncountable, plural compile times)
(often attributive) The point at which a program is converted from source code to machine code; literally the time of compilation.
(computing) Operations performed by a compiler (the “compile-time operations”).
(computing) Programming language requirements that must be met by source code for it to be successfully compiled (the “compile-time requirements”).
(programming) Properties of the program that can be reasoned about during compilation.
Source: en.wiktionary.orgcompile-time
Additionally, if the initial condition is known at compile-time and is known to be side-effect -free, the if guard can be skipped. Source: Internet
Almost all of Forth's control structures and almost all of its compiler are implemented as compile-time words. Source: Internet
Alternatively, constexpr in C++11 can be used to calculate such values directly using a function at compile-time. Source: Internet
A function could raise only exceptions listed in its type, but any leaking exceptions from called functions would automatically be turned into the sole runtime exception, failure, instead of resulting in compile-time error. Source: Internet
C++ exemplifies another extreme: it relies heavily on templates and overloading and other static bindings at compile-time, which in turn has certain flexibility problems. Source: Internet
A great many operation overloads, data type by data type, can have the same effect at compile-time as any degree of inheritance or other means to achieve polymorphism. Source: Internet