Your source for the most up-to-date terms, definitions, and acronyms for and about internet service providers.
Search for an ISP term
compile
Last modified: Tuesday, May 19, 1998
To transform a program written in a high-level programming language from source code into object code. Programmers write programs in a form called source code. Source code must go through several steps before it becomes an executable program. The first step is to pass the source code through a compiler, which translates the high-level language instructions into object code.
The final step in producing an executable program -- after the compiler has produced object code -- is to pass the object code through a linker. The linker combines modules and gives real values to all symbolic addresses, thereby producing machine code.
Compiler publications Presents a collect of compiler publications with abstracts. In addition, the pubilcation titles are links to the entire document.
Associated Computer Experts (ACE) home page Ace provides compiler and (multi-processor) operating system solutions for the HPCN, workstation and embedded system markets. Their home page provides links to their recent press releases, product information, company profile, and research efforts.