Announcing distcc 3.0 release candidate 2

"fergus.henderson@gmail.com" <fergus.henderson@gmail.com>
Fri, 20 Jun 2008 11:18:34 -0700 (PDT)

          From comp.compilers

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

From: "fergus.henderson@gmail.com" <fergus.henderson@gmail.com>
Newsgroups: comp.compilers
Date: Fri, 20 Jun 2008 11:18:34 -0700 (PDT)
Organization: Compilers Central
Keywords: C, tools, available
Posted-Date: 21 Jun 2008 12:58:47 EDT

We're very happy to announce the release of distcc 3.0-rc2. The
release candidate 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.


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.