Value range analysis
Appearance
This article or section is in a state of significant expansion or restructuring. You are welcome to assist in its construction by editing it as well. If this article or section has not been edited in several days, please remove this template. If you are the editor who added this template and you are actively editing, please be sure to replace this template with {{in use}} during the active editing session. Click on the link for template parameters to use.
This article was last edited by Enterprisey (talk | contribs) 10 years ago. (Update timer) |
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, such as min-max integer bounds and set-reset bits.[1]
Value range analysis is often implemented in the Intel compiler and is to be implemented in GNU GCC, etc.
References
- ^ "Writing a Client Pass". Retrieved 9 February 2014.