Jump to content

Value range analysis

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Enterprisey (talk | contribs) at 22:15, 9 February 2014 (Created - bad at the moment, will improve). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Value range analysis is a technique for analysis on compiler optimizations like redundancy elimination, dead code elimination, instruction selection, etc. that tracks various properties of values defined and changed in a program (min-max integer bounds, set-reset bits, etc.); implemented in Intel compiler; to be implemented in GNU GCC, etc.