Search: in
Intermediate language
Intermediate language Encyclopedia
  Tutorials     Encyclopedia     Dictionary     Directory  
Intermediate_language Email this to a friend      Intermediate_language

Intermediate language

In computer science, an intermediate language is the language of an abstract machine designed to aid in the analysis of computer programs. The term comes from their use in compilers, where a compiler first translates the source code of a program into a form more suitable for code-improving transformations, as an intermediate step before generating object or machine code for a target machine. The design of an intermediate language typically differs from that of a practical machine language in three fundamental ways:

  • Each instruction represents exactly one fundamental operation; e.g. "shift-add" addressing modes common in microprocessors are not present.
  • Control flow information may not be included in the instruction set.
  • The number of registers available may be large, even limitless.

A popular format for intermediate languages is three address code.

A variation in the meaning of this term, is those languages used as an intermediate language by some high-level programming languages which do not output object or machine code, but output the intermediate language only, to submit to a compiler for such language, which then outputs finished object or machine code. This is usually done to gain optimization much as treated above, or portability by using an intermediate language that has compilers for many processors and operating systems, such as C. Languages used for this fall in complexity between high-level languages and low-level languages, such as assembly languages.

Languages

Some intermediate programming languages:

C is used as an intermediate language by many programming languages including Eiffel, Sather, Esterel; some dialects of Lisp (Lush, Gambit), Haskell (Glasgow Haskell Compiler); Squeak's C-subset Slang, and others. Variants of C have been designed to provide C's features as a portable assembly language, including one of the two languages called C--, the C Intermediate Language and the Low Level Virtual Machine.

In effect, Sun Microsystem's Java bytecode is the intermediate language used by all compilers targeting the Java Virtual Machine. The JVM can then do just-in-time compilation to get executable machine code to improve performances. Similarly, Microsoft's Common Intermediate Language is an intermediate language designed to be shared by all compilers for the .NET Framework, before static or dynamic compilation to machine code.

The GNU Compiler Collection (GCC) uses internally several intermediate languages to simplify portability and cross-compilation. Among these languages are

See also

de:Zwischencode fr:Langage intermédiaire ja:???? fi:Välikieli





Source: Wikipedia | The above article is available under the GNU FDL. | Edit this article



Related Links in Intermediate language

Search for Intermediate language in Tutorials
Search for Intermediate language in Encyclopedia
Search for Intermediate language in Dictionary
Search for Intermediate language in Open Directory
Search for Intermediate language in Store
Search for Intermediate language in PriceGig



Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor

Advertisement

Advertisement



Intermediate language
Intermediate_language top Intermediate_language

Home - Add TutorGig to Your Site - Disclaimer

©2008-2009 TutorGig.com. All Rights Reserved. Privacy Statement