Announcing distcc 3.0

"fergus.henderson@gmail.com" <fergus.henderson@gmail.com>
Wed, 6 Aug 2008 14:59:09 -0700 (PDT)

          From comp.compilers

Related articles
Announcing distcc 3.0 fergus.henderson@gmail.com (fergus.henderson@gmail.com) (2008-08-06)
| List of all articles for this month |

From: "fergus.henderson@gmail.com" <fergus.henderson@gmail.com>
Newsgroups: comp.compilers
Date: Wed, 6 Aug 2008 14:59:09 -0700 (PDT)
Organization: Compilers Central
Keywords: available, C++, C
Posted-Date: 07 Aug 2008 18:45:38 EDT

We're very happy to announce the official release of distcc 3.0.
The release is available at <http://distcc.googlecode.com>.
Distcc 3.0 is the first new release of distcc since the 2.18.3 release
in 2004, and incorporates approximately 548 changes since 2.18.3.


Distcc 3.0 contains a major new feature: distcc-pump mode. Previously,
distcc would do C/C++ preprocessing locally, and then send the
preprocessed output to the distributed compilation servers. But with
version 3.0, distcc is now able to distribute preprocessing too, not
just compilation. The set of files to be sent to the servers is
calculated through an incremental static analysis algorithm. As a
result distcc 3.0 can be up to three times faster than earlier
versions of distcc.


Pump mode was developed at Google by Nils Klarlund, Manos Renieris,
Fergus Henderson, and Craig Silverstein with help from Dan Kegel, Dave
Nagle, Arthur Hyun, Nick Sakharov, and others.


Distcc 3.0 also contains many other contributions and bug fixes
contributed by various people since the previous release. For
details,
see the NEWS file <http://distcc.googlecode.com/svn/trunk/NEWS>.


Please send feedback on this release candidate to
<distcc@lists.samba.org>, and report issues at
<http://code.google.com/p/distcc/issues/list>.


Enjoy!


Regards,
  Fergus Henderson (maintainer) and the distcc team at Google.


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.