Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21b31688e7ec6fa

Jump to content

// Workers AI · dad joke modeWhat did link time say to itself? "I'm connected to the past.

From Wikipedia, the free encyclopedia

In computing, link time is the duration of time when a linker is creating an executable.[1][2][3] Link time is a phase in the operational life cycle of a program as it transitions from development to execution. It occurs after compilation (compile time) and before execution (run time).

Operations performed at link time usually include fixing up the addresses of externally referenced objects and functions, various kinds of cross module checks (e.g. type checks on externally visible identifiers and in some languages instantiation of templates). Some optimizing compilers delay code generation until link time because it is here that information about a complete program is available to them. Resolving external variables in a program is also done at link time. The liker may also perform optimizations.

The definition of a programming language may specify link time requirements that must be met (e.g. the maximum number of characters in an externally visible identifier that must be considered significant). It is common to speak of link time operations (the operations performed by a linker) or link time requirements (programming language requirements that must be met by compiled source code for it to be successfully linked).

In some programming languages[which?] it may be necessary for some compilation and linking to occur at runtime.

References

[edit]
  1. Liberty, Jesse (2001). Sams Teach Yourself C++ in 24 Hours. Sams Publishing. p. 16. ISBN 9780672322242.
  2. Rudd, David (1994). Introduction to Software Design and Development with ADA. West Pub. pp. 24–25. ISBN 9780314028297.
  3. Stroustrup, Bjarne (2014). Programming: Principles and Practice Using C++. Addison-Wesley Professional. p. 51. ISBN 9780133796742.