X-Recipient: archive-cygwin@delorie.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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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@cygwin.com" <cygwin@cygwin.com>
From: Marco Atzeri <marco.atzeri@gmail.com>
Subject: 32 bit additional slowness
Message-ID: <f6287506-410d-20c8-64db-b5d15bc65b68@gmail.com>
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

