| Intermediate Representation |
Article Index for Intermediate |
Website Links For Intermediate |
Information AboutIntermediate Representation |
| CATEGORIES ABOUT INTERMEDIATE REPRESENTATION | |
| compiler theory | |
|
Use of the term usually implies that most of the Information present in the input is retained by the intermediate representation, with further annotations or rapid lookup features. A canonical example is found in most modern Compilers , where the linear human-readable text representing a program is transformed into an intermediate Graph data structure that allows Flow Analysis and re-arrangements before starting to create the list of actual CPU instructions that will do the work. SEE ALSO |
|
|