Jump to content

Talk:Parallel compiler

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Mikeblas (talk | contribs) at 08:44, 27 January 2006 (inaccurate). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Er, I think this article is fundamentally wrong. Parallel compilers aren't used to speed up the compilation process; they generate code that has parallel sections (or more parallel sections) than code would if it were built with a regular compiler. Workstation users with four or fewer processors, even only one processor, will run multiple compiler instances in parallel to get better build speeds, particularly if the build ends up being I/O bound.

-- Mikeblas 08:44, 27 January 2006 (UTC)[reply]