Jump to content

Parallel compiler

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Boothy443 (talk | contribs) at 08:00, 15 June 2005 (what do we want?). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Parallel compilers are used to speed up the process of compilation on Multi-processor machines. Parallel compilers are developed for supercomputers and other large scale multiprocessor machines.

Usually they are not used on workstations with 2-4 processors because scope of speed enhancement is limited. Design of a Parallel compiler could be highly specific to the architecture for which it is being designed. These reasons make it difficult for parallel compilers to find large scale commercial usage.