0%

ALL meanings of constant folding

C c
  • noun Technical meaning of 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. 1
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?