Weitere Beispiele werden automatisch zu den Stichwörtern zugeordnet - wir garantieren ihre Korrektheit nicht.
Resolving external variables in a program is done at link time.
The actual link times are pulsed, compressed if you will.
This means that in such configurations, the paths in are searched before those given at link time using if was active.
Link time occurs after compile time and before runtime (when a program is executed).
Some optimizing compilers delay code generation until link time because it is here that information about a complete program is available to them.
SSA form is only eliminated once register allocation occurs, late in the compile process (often at link time).
Link time substitution is when the test double is compiled into the load module, which is executed to validate testing.
Link-time optimization is a type of program optimization performed by a compiler to a program at link time.
This creates static tables at compile and link time that relate ranges of the program counter to the program state with respect to exception handling.
It is during link time that the particular implementation of that interface is connected to the program that invokes it.
If linking is where the majority of your compilation time is occurring (even with Link Time Optimization) you probably have other issues.
It can be stored there at link time by the linker and can be modified (or, possibly also created) later using tools like and .
Compile time occurs before link time (when the output of one or more compiled files are joined together) and runtime (when a program is executed).
Static libraries are searched and linked into the ELF file at link time and are not linked at run time.
Kubler seems to like the idea of linking time duration to human life or generational spans, that perhaps a century could be thought of as three life spans.
The main phases of a program's lifecycle include edit time, compile time, distribution time, installation time, link time, load time, and run time.
It embeds itself in the executable file at linking time and executes before main application code, so usually DOS/4G initialization messages show up at launch.
It is not necessarily known at link time which method will be called because the class of the receiver (the object being sent the message) need not be known until runtime.
Link time optimization occurs in programming languages that compile programs on a file-by-file basis (such as C and Fortran), rather than all at once (such as Java).
Although relocation is typically done by the linker at link time, it can also be done at execution time by a relocating loader, or by the running program itself.
Na- tionwide, if that's what you want, and to hell with How the Raven Looked for the Dove 91 my job if someone wonders why I'm using unautho- rized link time.
At the end of the series, Lightfoot separated from his Transtector after Devil Z's defeat - only to discover that their linked time had given the Transtector sentience of its own.
Another major highlight was the internal linker for Win32, Win64, and Windows CE, which strongly improves linking time and memory use, and makes the compile-link-run cycle in Lazarus much more bearable.
The dynamic linker not only links the target executable to the shared libraries but also places machine code functions at specific address points in memory that the target executable knows about at link time.
On the x86-64 platform, a total of seven memory models exist, as the majority of symbol references are only 32 bits wide, and if the addresses are known at link time (as opposed to position-independent code).