Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55077 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33083 invoked from network); 1 Sep 2011 23:28:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Sep 2011 23:28:36 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.83.42 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 74.125.83.42 mail-gw0-f42.google.com Received: from [74.125.83.42] ([74.125.83.42:42749] helo=mail-gw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FA/52-13254-125106E4 for ; Thu, 01 Sep 2011 19:28:34 -0400 Received: by gwb17 with SMTP id 17so1427781gwb.29 for ; Thu, 01 Sep 2011 16:28:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=DQO3HjIusLCi7vLDrqX0MbssPheD/xdtrynHaqt8fpo=; b=Qwp+BMXRVEaqdlUhO5MQEFILB85M/kkTp3sc6gxO8q+MFDlyXkwD13UlYLfXbj/tXo 9V14PsfrpuqyRXcPI0Wx+RedE8fCgesl9+ZgCnbiQL6qcCD3bfNsrmfz9xNWgsUJ4y5P UxR44MuYKA2Y9j2IRotOyb87eSoIVy3gWd6OE= MIME-Version: 1.0 Received: by 10.150.160.9 with SMTP id i9mr641542ybe.29.1314919710946; Thu, 01 Sep 2011 16:28:30 -0700 (PDT) Received: by 10.147.182.15 with HTTP; Thu, 1 Sep 2011 16:28:30 -0700 (PDT) Received: by 10.147.182.15 with HTTP; Thu, 1 Sep 2011 16:28:30 -0700 (PDT) In-Reply-To: <1314904841.1211.15.camel@guybrush> References: <4E5FD87F.1090609@php.net> <1314904841.1211.15.camel@guybrush> Date: Fri, 2 Sep 2011 01:28:30 +0200 Message-ID: To: =?ISO-8859-1?Q?Johannes_Schl=FCter?= Cc: internals@lists.php.net, Sebastian Bergmann Content-Type: multipart/alternative; boundary=000e0cdf0f244777c304abe99a8b Subject: Re: [PHP-DEV] Faster builds From: pierre.php@gmail.com (Pierre Joye) --000e0cdf0f244777c304abe99a8b Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable And same on windows. There is even an automatic mode (cl adapts itself automatically based on the number of available cores) On Sep 1, 2011 9:20 PM, "Johannes Schl=FCter" wrot= e: > On Thu, 2011-09-01 at 21:09 +0200, Sebastian Bergmann wrote: >> Is this >> >> http://jlebar.com/2011/9/1/Building_faster_by_parallelizing_more.html >> >> relevant to us? > > What about trying it out? > > (but well, no our build system works differently, on a 64 way machine I > can easily compile 64 files in parallel using `make -j64` with out > system) > > johannes > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > --000e0cdf0f244777c304abe99a8b--