X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=wlY QHpf36/h+Gq/RqIcub7YJEltKAqhiHZ+xGvqyTeLX4mM0OU6rjlZY+2dvNFsJ3GR A+lYCHwjOhq213bhHTbfllq3ocboQmKtdq+3oMBoLNh9cKm583T1vm5efgoZ4erK EQAolEBX0QG3tEzquEefIyuEJOzGW1OvjrEkvCxQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; s=default; bh=uX9Hs8qvY zCZE59+ss45SlAnOzI=; b=aZHgaVUaGCy+BZaE/thUloXJyHNhVy1Hb5Tk19n14 +NxlOIRuoRDOEv3LfzalydIuaLb60AZSMOeAupwk6q6AcKJAgiGtYJ1sx1hnULC9 C3bgO8LYCEmxViI3RlRYlm5VMpFmJwVQqj9K+KyEbE4KtdYoPTu92mXxpl3VDLgF Bs= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-wr0-f170.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=L6OejCczIwb38MD/NzWjl+Y/iem6GkFoftm8P0lxKjM=; b=I3wB+LvgGaBz5RPCJqviy97M6EQp6XvtIS8bUArerkyaopAIfR4F9Oh4TybiOAXP+j iJ4hEAFgZyhwwWpPvQ7jP8FR1cqOpZtPXSA044FDOo3R0j4yOzC+0kEvHosuv6Ecxnuq 0in2BfESIscdI4uU3D7kXiXqlzacqELLEj8qcrRNXaKhyxaSvr+l6VYPz/pgTnsooUy3 ks2Z00DZdgyDaR37DSka+AZRD74Ro/eK88uB0dJn1Rnp4i9CGWLh2c2+yVp5uzGOxXdr P/OmeXDoaTmGwpATp9c9t69bEJQdFsrAWfMbGFob9XSoLLYv0vRN/JYrkWA7j1TXwE1n iuCQ== X-Gm-Message-State: AIVw110doNrN+MgcCKYNBnoqBcBKR2SRNk7iDlNIeXSgL/oYBYdPurRP mvYcvOZfTvtD4CfS X-Received: by 10.28.65.135 with SMTP id o129mr21232523wma.20.1499288809330; Wed, 05 Jul 2017 14:06:49 -0700 (PDT) To: "cygwin AT cygwin DOT com" From: Marco Atzeri Subject: 32 bit additional slowness Message-ID: Date: Wed, 5 Jul 2017 23:06:00 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Just noted on my W7-64bit after 2.8.1 and MS Tuesday patches.. on relative small binaries for both architecture $ ls -su gpa.exe 4.0M gpa.exe $ uname -svr CYGWIN_NT-6.1-WOW 2.8.1(0.312/5/3) 2017-07-03 14:06 $ time nm -l gpa.exe ... real 4m10.636s user 4m8.524s sys 0m0.233s $ uname -svr CYGWIN_NT-6.1 2.8.1(0.312/5/3) 2017-07-03 14:11 $ time nm -l gpa.exe ... real 0m0.466s user 0m0.358s sys 0m0.093s anyone seeing the same ? Marco -- 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