Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

static link

You are here: irt.org | FOLDOC | static link

<compiler> (Or "access link" or "environment link") A pointer from an activation record to the activation record for the textually enclosing scope. A static link is only required in a statically (lexically) scoped language.

The number of static links to follow may be determined statically (at compile time). It is simply the difference in lexical nesting depth between the declaration and the reference.

See also display.

(1995-03-07)

Nearby terms: static analysis « static database management system « static DBMS « static link » static method » static nested scope » static nested scoping

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb