Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
3,921,670,956 visitors served.
forum Join the Word of the Day Mailing List For webmasters
?
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

compiler
(redirected from Parallel compilers)

   Also found in: Dictionary/thesaurus, Medical, Legal, Wikipedia 0.01 sec.

compiler

Computer software that translates (compiles) source code written in a high-level language (e.g., C++) into a set of machine-language instructions that can be understood by a digital computer's CPU. Compilers are very large programs, with error-checking and other abilities. Some compilers translate high-level language into an intermediate assembly language, which is then translated (assembled) into machine code by an assembly program or assembler. Other compilers generate machine language directly.


compiler
(1) Software that converts a set of high-level language statements into a lower-level representation. For example, a help compiler converts a text document embedded with appropriate commands into an online help system. A dictionary compiler converts terms and definitions into a dictionary lookup system.

(2) Software that translates a program written in a high-level programming language (C/C++, COBOL, etc.) into machine language. A compiler usually generates assembly language first and then translates the assembly language into machine language. A utility known as a "linker" then combines all required machine language modules into an executable program that can run in the computer. See optimizing compiler.

The following is a conceptual example of source code being converted to machine language by the compiler:

 Source Code   Assembly Language  Machine Language
 IF COUNT=10   Compare A to B     Compare 3477 2883
  GOTO DONE    If equal go to C   If = go to 23883
   ELSE        Go to D            Go to 23343
  GOTO AGAIN
 ENDIF
            Actual Machine Code (simulated)
            10010101001010001010100
            10101010010101001001010
            10100101010001010010010


From C to Assembly Language
A C/C++ compiler converts C and C++ code into assembly language as shown in this example. The red arrows point to various function calls, and the assembly code to perform those calls follows each statement.


Compilers and Interpreters
Compiled programs (right) are translated into the machine language of the target computer. Interpreted programs (left and center) are either kept in their original source code or are precompiled into an intermediate form. In both cases, an interpreter is required to translate the program into machine language at runtime, whereas the compiled program is "ready to go."

compiler
a computer program by which a high-level programming language, such as COBOL or FORTRAN, is converted into machine language that can be acted upon by a computer

compiler [kəm′pīl·ər]
(computer science)
A program to translate a higher programming language into machine language. Also known as compiling routine.

(programming, tool)compiler - A program that converts another program from some source language (or programming language) to machine language (object code). Some compilers output assembly language which is then converted to machine language by a separate assembler.

A compiler is distinguished from an assembler by the fact that each input statement does not, in general, correspond to a single machine instruction or fixed sequence of instructions. A compiler may support such features as automatic allocation of variables, arbitrary arithmetic expressions, control structures such as FOR and WHILE loops, variable scope, input/ouput operations, higher-order functions and portability of source code.

AUTOCODER, written in 1952, was possibly the first primitive compiler. Laning and Zierler's compiler, written in 1953-1954, was possibly the first true working algebraic compiler.

See also byte-code compiler, native compiler, optimising compiler.


Want to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit the webmaster's page for free fun content.
?Page tools
Printer friendly
Cite / link
Feedback
Mentioned in?  References in periodicals archive?   Encyclopedia browser?   Full browser?
No references found
 
The middleware's major features are as follows: - Includes a program development environment with automatic parallel compilers for multi-core processors, performance tuning tools, and parallel math libraries; and a high-speed execution environment.
PGI's goal is to provide high-performance, cross-platform, production-quality parallel compilers and software development tools to the developer community," said Douglas Miles, director, The Portland Group.
 
 
Parallel Can
Parallel Cellular Automata
Parallel Cellular Tool
parallel chains of command
parallel channel
Parallel Channel Adapter
Parallel Channel Attach
Parallel Channels Signaling Rate
Parallel circles of a sphere
parallel circuit
parallel circuit
parallel circuit
parallel circuit
Parallel Citation
parallel classification
Parallel Climate Transitional Model
Parallel columns
Parallel Combinatory Spread Spectrum
Parallel communcations
Parallel communicaiton
Parallel communicaiton
Parallel communications
Parallel Communications Link
Parallel Community Climate Model
parallel compensation
Parallel compiler
Parallel compiler
Parallel compiler
Parallel compiler
Parallel Compiler Runtime Consortium
Parallel compilers
Parallel complier
Parallel complier
Parallel complier
Parallel complier
Parallel comprehension
Parallel computation
Parallel Computational Fluid Dynamics
Parallel computer
Parallel Computer Centre
Parallel Computer Routing and Communication Workshop
Parallel computers
Parallel computing
Parallel computing
Parallel Computing and Modeling for Industrial Problems
Parallel Computing and Transputer Applications
Parallel Computing Applied to Geographic Information Systems
Parallel Computing for Continuous Media Mechanics
Parallel Computing Forum
Parallel Computing in Electrical Engineering
Parallel Computing in Science and Engineering
Parallel Concatenated Convolutional Code
Parallel Concatenated Trellis-Coded Modulation
Parallel Conformal Finite-Difference Time-Domain
Parallel connection
Parallel Control Flow
parallel conversion
parallel coping
parallel coping
parallel coping
Parallel Coupled-Lines Microstrip Filter
 
Encyclopedia
?

Terms of Use | Privacy policy | Feedback | Advertise with Us | Copyright © 2012 Farlex, Inc.
Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.