X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.3 required=5.0 tests=AWL,BAYES_00,DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Magnus Holmgren Subject: Re: [ANNOUNCEMENT] Updated: cygwin-1.7.10-1 Date: Mon, 6 Feb 2012 21:39:38 +0000 (UTC) Lines: 24 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Corinna Vinschen cygwin.com> writes: > - Improve fork/exec performance on 64 bit systems. If fork/exec became faster, something else has slowed down noticeably on my 64-bit Vista system. Using a fairly fork-heavy build script as the benchmark (and running it when nothing needs to be re-built), 1.7.10 is about 25% slower. Switching to cygwin1.dll 1.7.9 speeds things up again (and I only changed the DLL; it seemed to work fine for this test at least). The "while [ 1 ]; do date; done | uniq -c" loop is about 15% faster with 1.7.10 though. Lines like these stand out in a quick look in the strace log (about 75 MB): 1172898 1173730 [main] sh 1484 child_copy: dll bss - hp 0xEC low 0x611FC000, high 0x61230770, res 1 Every 4-5 print of "child_copy: dll bss" starts with a big number like that (values in the 50000-100000 range are more common). Don't know if this is relevant... Magnus -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple