Intermediate_representation Intermediate_representation

Intermediate representation - Definition and Overview

Related Words: Abstraction, Account, Acting, Agency, Altarpiece, Appearance, Assertion, Badge, Ballot, Banner, Bar, Bluff, Buffoonery, Burlesque, Bust, Cameo, Canvassing

In computing, an intermediate representation is a data structure that is constructed from input data to a program, and from which part or all of the output data of the program is constructed in turn.

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.

Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.