- Link time
In
computer science , link time refers to either the operations performed by alinker (ie, "link time operations") orprogramming language requirements that must be met by compiledsource code for it to be successfully linked (ie, "link time requirements").The operations performed at link time usually include fixing up the addresses of externally referenced objects and functions, various kinds of cross module checks (eg, type checks on externally visible identifiers and in some languages
instantiation of template ). Someoptimizing compiler s delay code generation until link time because it is here that information about a complete program is available to them.The definition of a programming language may specify link time requirements that source code must met to be successfully compiled (eg, the maximum number of characters in an externally visible identifier that must be considered significant).
Link time occurs after
compile time and beforeruntime (when aprogram is executed). In some programming languages it may be necessary for some compilation and linking to occur at runtime.
Wikimedia Foundation. 2010.