Related topics

64Bit vs 32bit Question
M. Edward (Ed) Borasky zn...@cesmail.net ruby-talk-google Kyle Schmitt wrote: OK, I didn't have a 32bit install on a 64 bit capable box that was unused, so I compiled a 32bit and a 64bit ruby stable on one of the larger boxes (2 dual core 3ghz opterons, 16gb of ram, aside from forcing 64 and 32 bits,

AMD64 64bit vs 32bit speed increase
Will a 32 bit application (Games or Office Product) run as good on a 64 bit computer as it does on the 32 bit machines. Thanks I have been running windows XP 64 for a couple months now and I think it runs just as good or better than the 32 bit version of XP. Most 32 bit software will run on it, office, firefox,

64bit vs 32bit question
Anthony Mandic am@_agd.nsw.gov.au comp databases sybase CGS wrote: Our O/s is capable of both 32bit and 64bit (IBM AIX 4.3.3). We are planning to upgrade Sybase to 11.9.2 from 11.0.3.2. Is there a major gain if I go to ASE 11.9.3 to take advantage of the 64bit O/s? What do I need to change the server and/or

RAID on 64bit/66Mhz vs 32bit/33MHz
Michael Stevens Mstev...@mvps.org microsoft public windowsxp general mark wilmes wrote: Microsoft MVP, Is it possible to tell what version of Windows XP is installed either 32bit or 64bit? What is the big difference between 32bit and 64bit? Thanks, Mark Home only comes in 32 bit, but follow the link provided below

64bit vs 32bit
With 64bit ASE, ASE uses one single address space and does not need shmfs which is needed by 32bit ASE. Having one address space has good performance improvements over using shmfs and 'extended cache size' ? I haven't seen any benchmarks, but I would guess that the 64bit code would be better/faster as it is less

Detecting 64bit vs. 32bit Linux
Dennis Roesler no...@nowhere.com comp databases ingres Hi, Does anyone have any comment or experience using 64 bit Ingres on 64 bit HP-UX 11.i? Or, 32 bit Ingres on 64 bit HP-UX for that matter. Other than the docs say that ABF and embedded frs forms don't work with 64 bit Ingres, how about stability and

32-Bit vs. 64-bit
It isn't, but I have a chroot ready so it's easier for me to simply chroot into it when needing to run 32bit code. Few packages are available as 32bit on 64bit Gentoo : - binary-only packages, - packages that may link to 32 bit libraries like mplayer or firefox, - common libraries needed by the 2 previous cases.

64bit vs 32bit registers in mips vxworks
Jim Segrave j...@nl.demon.net comp lang python In article <44aea052$1@usenet01. boi.hp.com>, dwelch91 <donald.we...@hp.com> wrote: I need to detect whether the operating system I am running on (not the Python version) is 64bit or 32bit. One requirement is that I need to include support for non-Intel/AMD architectures

64bit ASE vs 32bit ASE with extended cache size
Try recompiling the 32-bit version with "march=pentium4" and the 64-bit version with "-O3 -march=athlon64" and *then* compare the timings! You've saddled the 64-bit version with some default architecture and one less optimization level than the 32-bit version. [snip] The 32bit Core2Duo E6300 is a system with

64bit vs 32bit
CGS t...@hotmail.com comp databases sybase Hi Experts, Our O/s is capable of both 32bit and 64bit (IBM AIX 4.3.3). We are planning to upgrade Sybase to 11.9.2 from 11.0.3.2. Is there a major gain if I go to ASE 11.9.3 to take advantage of the 64bit O/s? What do I need to change the server and/or applications to get

64bit OS vs. 32bit...
Dennis Roesler no...@nowhere.com fa ingres Hi, Does anyone have any comment or experience using 64 bit Ingres on 64 bit HP-UX 11.i? Or, 32 bit Ingres on 64 bit HP-UX for that matter. Other than the docs say that ABF and embedded frs forms don't work with 64 bit Ingres, how about stability and performance.

64bit vs 32bit question
LC's No-Spam Newsreading account nos...@ifctr.mi.cnr.it comp lang fortran On Mon, 25 Sep 2000, manny wrote: I need to write FORTRAN code which I can port between a SGI 64 bit workstation (at school) and my AMD Athlon Linux machine at home (which I assume is a 32 bit OS). How does a 64-bit vs a 32-bit computer

64bit vs 32bit
I suspect he (we) will put a 64 bit OS on sometime later... when it becomes readably available. "Andre Da Costa" <andre...@hotmail.com> wrote in message news:uqiwQYqwFHA.904@tk2msftngp13.phx.gbl... Most 32 bit applications run just fine on applications, but some of those 32-bit apps use 16-bit installers,

32-bit vs. 64-bit x86 Speed
Walter Roberson rober...@ibd.nrc.ca comp sys sgi apps comp sys sgi misc In article <393E7B27.6A8C5...@cadvision.com>, robert somerville <somer...@cadvision.com> wrote: is there some what to check whether the compilation is in a 64 bit environment as opposed to 32 bit env. if order to set the proper #defines

** 64 bit FreeBSD vs. 32bit version **
Toon Moene t...@moene.indiv.nluug.nl comp lang fortran LC's No-Spam Newsreading account wrote: On Mon, 25 Sep 2000, manny wrote: I need to write FORTRAN code which I can port between a SGI 64 bit workstation (at school) and my AMD Athlon Linux machine at home (which I assume is a 32 bit OS).

Q6600 64bit vs. 32bit OS?
It's not simply a case of 64-bit vs. 32-bit - the compiler you use is also important. Intel Fortran (ifort) uses the same structure for unformatted files on 32-bit and 64-bit platforms. g77, and some earlier versions of gfortran (I'm not sure about g95) would always use a different structure, with 64-bit record

[QUIZ #157] 32bit vs 64bit vs UML performance
Paul Adare pad...@newsguy.com microsoft public virtualserver In article <F50AF9F9-B0B2-45B4-A53E-24C628C26...@microsoft.com>, in the microsoft.public.virtualserver news group, =?Utf-8?B?R2VvZmYgSHVnaGVz?= <GeoffHug...@discussions.microsoft.com> says... Well, I am not sure about your question.

32bit vs 64bit vs UML performance
If I have 64bit drivers for all my hardware, would it run faster running the 64bit version? Maybe very slightly, but I doubt you'd notice much difference... Does the 32 vs 64 issue have anything at all to do with applications (if they run under 32 bit, will they run under 64bit?) Pretty much.

64Bit vs 32bit Question
Lawrence D'Oliveiro l...@geek-central.gen.new_zealand comp lang python In article <44aea05...@usenet01.boi.hp.com>, dwelch91 <donald.we...@hp.com> wrote: I need to detect whether the operating system I am running on (not the Python version) is 64bit or 32bit. One requirement is that I need to include support for

64bit Vs 32Bit
I am also interested in 32-bit versus 64-bit performance. If I only have 4GB of RAM, does it make sense to compile postgresql as a 64-bit executable? I assume there's no reason for PostgreSQL's shared buffers, etc., to add up to more than 2GB on a system with 4GB of RAM. Is there a general consensus on the matter,