From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e56fd2619c02e35a X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.38.134 with SMTP id g6mr33331483pbk.6.1317203603598; Wed, 28 Sep 2011 02:53:23 -0700 (PDT) Path: lh7ni6551pbb.0!nntp.google.com!news1.google.com!goblin1!goblin2!goblin.stu.neva.ru!news.internetdienste.de!noris.net!newsfeed.arcor.de!newsspool3.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Wed, 28 Sep 2011 11:53:22 +0200 From: Georg Bauhaus User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: 64 bit codes References: <4e817fdb$0$7615$9b4e6d93@newsspool1.arcor-online.net> <213da3b7-f9d0-4a7d-b215-9992ee0f1a02@f6g2000vbm.googlegroups.com> <2a797a9e-f0e3-4fbe-8f40-b6787b4e2879@o11g2000yqc.googlegroups.com> In-Reply-To: Message-ID: <4e82ee92$0$6573$9b4e6d93@newsspool3.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 28 Sep 2011 11:53:22 CEST NNTP-Posting-Host: 59084489.newsspool3.arcor-online.net X-Trace: DXC=jn\^8b`hF[nc\616M64>ZLh>_cHTX3j]ZTB@ZVcBdZ] X-Complaints-To: usenet-abuse@arcor.de Xref: news1.google.com comp.lang.ada:18180 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Date: 2011-09-28T11:53:22+02:00 List-Id: On 27.09.11 17:49, Bill Findlay wrote: > So, while your caveats are of course valid, there certainly are workloads > that benefit greatly from working in 64 bits. IBM confirms: "64 bit register use in 32 bit applications: GCC will exploit the availability of 64 bit registers in 32 bit applications when compiling with -m31 -mzarch. This provides a significant performance gain for 32 bit applications built this way. The versions of the Linux Kernel, GNU Binutils, GNU C Library and GDB as documented here provide the support required by this GCC feature." http://www.ibm.com/developerworks/linux/linux390/toolchain.html I hadn't known that there are 31-bit systems and correspondingly, a -m31 switch for GCC. Wow.