<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: 32 bit vs 64 bit compilation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/32-bit-vs-64-bit-compilation/m-p/4885780#M847679</link>
    <description>Sorry Ravi,&lt;BR /&gt;&lt;BR /&gt;but from my experience, when benchmarking the single same code compiled in both 32 then 64 bit (on HPUX) and comparing the perf, I usually see between a raw 5-10% perf decrease from 32 to 64 bit, i.e. 64bit app is a bit slower.&lt;BR /&gt;&lt;BR /&gt;This does not change anything to the fact that 64bit enables such a larger address space.&lt;BR /&gt;&lt;BR /&gt;But on the pure perf aspect, 64-bit code is not faster than 32-bit code.&lt;BR /&gt;&lt;BR /&gt;++Cyrille</description>
    <pubDate>Wed, 16 Feb 2005 04:08:20 GMT</pubDate>
    <dc:creator>MAUCCI_2</dc:creator>
    <dc:date>2005-02-16T04:08:20Z</dc:date>
    <item>
      <title>32 bit vs 64 bit compilation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-bit-vs-64-bit-compilation/m-p/4885775#M847674</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;What is the difference between compiling an application as 32 bit or 64 bit in hp-ux?&lt;BR /&gt;Is 64 bit is more advantageous than 32 bit compilation in memory usage, speed etc...?&lt;BR /&gt;&lt;BR /&gt;Thanks for your help</description>
      <pubDate>Mon, 14 Feb 2005 23:50:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-bit-vs-64-bit-compilation/m-p/4885775#M847674</guid>
      <dc:creator>Michael Selvesteen_2</dc:creator>
      <dc:date>2005-02-14T23:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: 32 bit vs 64 bit compilation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-bit-vs-64-bit-compilation/m-p/4885776#M847675</link>
      <description>You should not think of of 64-bit as a performance enhancer but rather as a resource unlimiter. The address space in 64-bit land is much, much larger and for all intents and purposes you can forget about the 1GB quadrant boundaries that limit 32-bit PA-RISC code. Because the pointers and data structures are larger, the code itself will actually execute more slowly in 64-bit land but applications which can take advantage of the much larger address space (and thus cache more) can run faster than their 32-bit counterparts.&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Feb 2005 00:17:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-bit-vs-64-bit-compilation/m-p/4885776#M847675</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-02-15T00:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: 32 bit vs 64 bit compilation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-bit-vs-64-bit-compilation/m-p/4885777#M847676</link>
      <description>32 bit binaries are meant to run on 32bit HP-UX &lt;BR /&gt;systems and 64 bits binaries on 64bit HP-UX systems,&lt;BR /&gt;ofcourse. 32 bit HP-UX is only supported for HP-UX &lt;BR /&gt;11.00 and HP-UX 11.11 (or 11i ver 1) and not on later&lt;BR /&gt;HP-UX versions (like 11i v1.6 or v2). 32 bit binaries are&lt;BR /&gt;guarrented to run on 64 bit systems, but 64 bit &lt;BR /&gt;binaries on 64 bit systems are most efficient. If&lt;BR /&gt;possible, I would advice you to compile your application&lt;BR /&gt;for 64 bit if it's intended to run on 64 bit system.&lt;BR /&gt;&lt;BR /&gt;- Biswajit&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Feb 2005 00:20:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-bit-vs-64-bit-compilation/m-p/4885777#M847676</guid>
      <dc:creator>Biswajit Tripathy</dc:creator>
      <dc:date>2005-02-15T00:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: 32 bit vs 64 bit compilation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-bit-vs-64-bit-compilation/m-p/4885778#M847677</link>
      <description>More info here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5966-9844/ch03s04.html#d0e4438" target="_blank"&gt;http://docs.hp.com/en/5966-9844/ch03s04.html#d0e4438&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;- Biswajit&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Feb 2005 00:27:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-bit-vs-64-bit-compilation/m-p/4885778#M847677</guid>
      <dc:creator>Biswajit Tripathy</dc:creator>
      <dc:date>2005-02-15T00:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: 32 bit vs 64 bit compilation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-bit-vs-64-bit-compilation/m-p/4885779#M847678</link>
      <description>&lt;BR /&gt;Applications using 64 bit are must faster than 32 bit, because they use more address spacing</description>
      <pubDate>Tue, 15 Feb 2005 00:59:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-bit-vs-64-bit-compilation/m-p/4885779#M847678</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2005-02-15T00:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: 32 bit vs 64 bit compilation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-bit-vs-64-bit-compilation/m-p/4885780#M847679</link>
      <description>Sorry Ravi,&lt;BR /&gt;&lt;BR /&gt;but from my experience, when benchmarking the single same code compiled in both 32 then 64 bit (on HPUX) and comparing the perf, I usually see between a raw 5-10% perf decrease from 32 to 64 bit, i.e. 64bit app is a bit slower.&lt;BR /&gt;&lt;BR /&gt;This does not change anything to the fact that 64bit enables such a larger address space.&lt;BR /&gt;&lt;BR /&gt;But on the pure perf aspect, 64-bit code is not faster than 32-bit code.&lt;BR /&gt;&lt;BR /&gt;++Cyrille</description>
      <pubDate>Wed, 16 Feb 2005 04:08:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-bit-vs-64-bit-compilation/m-p/4885780#M847679</guid>
      <dc:creator>MAUCCI_2</dc:creator>
      <dc:date>2005-02-16T04:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: 32 bit vs 64 bit compilation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-bit-vs-64-bit-compilation/m-p/4885781#M847680</link>
      <description>Ravi is right... but Cyrille too.&lt;BR /&gt;&lt;BR /&gt;It depends on what you compile. If you compile the same application in 32 bit and 64 bit it will not be faster on 64 bit version.&lt;BR /&gt;If application is rewritten with 64 bit specific code or if application code includes the right #ifdef code, then it will be faster on 64 bit version (with 64 bit registers operations, arithmetic will be better)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Feb 2005 04:15:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-bit-vs-64-bit-compilation/m-p/4885781#M847680</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2005-02-16T04:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: 32 bit vs 64 bit compilation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-bit-vs-64-bit-compilation/m-p/4885782#M847681</link>
      <description>Thank you All</description>
      <pubDate>Wed, 16 Feb 2005 05:13:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-bit-vs-64-bit-compilation/m-p/4885782#M847681</guid>
      <dc:creator>Michael Selvesteen_2</dc:creator>
      <dc:date>2005-02-16T05:13:17Z</dc:date>
    </item>
  </channel>
</rss>

