From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 105841 invoked by alias); 5 Jul 2017 21:06:53 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 105740 invoked by uid 89); 5 Jul 2017 21:06:52 -0000 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 Received: from mail-wr0-f170.google.com (HELO mail-wr0-f170.google.com) (209.85.128.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 05 Jul 2017 21:06:51 +0000 Received: by mail-wr0-f170.google.com with SMTP id c11so1394287wrc.3 for ; Wed, 05 Jul 2017 14:06:51 -0700 (PDT) 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) Received: from [192.168.2.108] (p4FDB377F.dip0.t-ipconnect.de. [79.219.55.127]) by smtp.googlemail.com with ESMTPSA id t62sm5818132wmb.24.2017.07.05.14.06.48 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 05 Jul 2017 14:06:48 -0700 (PDT) To: "cygwin@cygwin.com" From: Marco Atzeri Subject: 32 bit additional slowness Message-ID: Date: Wed, 05 Jul 2017 21:06:00 -0000 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 X-SW-Source: 2017-07/txt/msg00076.txt.bz2 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