1. Home
  2. Computing & Technology
  3. Delphi Programming

Compilation

By Zarko Gajic, About.com

Definition: Compilation is the process of translating source code into an object program, which is composed of machine instructions along with the data needed by those instructions. Virtually all of the software on your computer was created by this process.

Compiled programs (Delphi applications for example) run faster then "interpreted" - which is the line-by-line translation of source code to machine instructions (Visual Basic applications for example).

Explore Delphi Programming
About.com Special Features

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

Easy ways to connect two computers for networking purposes. More >

  1. Home
  2. Computing & Technology
  3. Delphi Programming
  4. Getting Started with Delphi
  5. Delphi Programming Glossary
  6. Compilation - Glossary - Delphi Programming

©2009 About.com, a part of The New York Times Company.

All rights reserved.