Constant Propagation

Constant folding

Constant folding and constant propagation are compiler optimizations used to improve code efficiency. Sparse conditional constant propagation is an advanced form of this optimization which can more accurately propagate constants and remove dead code.

1 courses cover this concept

CS 243: Program Analysis and Optimizations

Stanford University

Winter 2023

Focuses on efficient high-level programming through code optimization and program analysis for quality improvement. Also explores automatic memory management and natural language coding through machine learning.

No concepts data

+ 16 more concepts