Computer Programming Software Terms, Glossary and Dictionary

CSE: Common Subexpression Elimination 

Common subexpression elimination (CSE), a term in compiler theory, is the practice of finding repeated redundant expression evaluations, and replacing them with a single computation assigned to a temporary variable. Although it can be done manually, the term usually refers to a compiler optimization.



Related Terms:

CSE: Common Subexpression Elimination