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

constant folding

You are here: irt.org | FOLDOC | constant folding

<compiler> A compiler optimisation technique where constant subexpressions are evaluated at compile time. This is usually only applied to built-in numerical and boolean operators whereas partial evaluation is more general in that expressions involving user-defined functions may also be evaluated at compile time.

(1997-02-20)

Nearby terms: Consortium for Lexical Research « constant angular velocity « constant applicative form « constant folding » Constantine/Yourdon » constant linear velocity » constant mapping

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