Re: 32 bit application on 64 bit os



"SaranJothy" <saranjothy@xxxxxxxxx> writes:

hi ,
i have a 64 bit machine(processor and os) and i built a 32 bit
application on it.(using m32 gcc option).
I built a 64 application too.
When i run both applications one by one(basically reading and writing
1 GB file) i m not able to find any difference in performace,basically
time.
Why so?

Because you're waiting for the very same hard disk that always works
at the very same slow speed.


* what will be the difference un 32 bit application on 32 bit machine
or 32 application on 64 bit machine?

What's the difference between a I/O bound process, a memory-bus-bound
process or a CPU-bound process?


* i want to know how much performace diffference wil be made by 64 bt
machine?

Depends on the application, the size of the data you're processing,
with respect to the size of of RAM available and of L1, L2, and L3
cache, and of course, the speed of your hard disks. Basically, I
guess that 64-bit vs. 32-bit won't be really significant.



* for a 64 bit machine (processor) to act as a 32 bit machine, Do i
need to compile the kernel? if so how?Will making architecture as i386
alone will make it?

sorry for too many questions at one post.
Thanks in advance

-SaranJothy



--
__Pascal Bourguignon__ http://www.informatimago.com/

"This statement is false." In Lisp: (defun Q () (eq nil (Q)))
.



Relevant Pages

  • Re: Techie advice please
    ... by having the motherboard look for certain coding on the hard disk before it will talk to said hard disk. ... They started off by selling only component parts and some people built their own computers using those parts. ... Next task is to install and dual boot to a *nix OS - this will be installed onto the fourth partition in effect. ...
    (uk.business.agriculture)
  • Bonehead activity award - how to recover
    ... I built a new Fedora Core 2 system, installed all my extras, built ... Then I pulled the hard disk, mounted it on another machine, and was going ... RPM to look at every installed rpm, ... Fedora Core 2 rescue is pretty useless for this kind of disaster.... ...
    (comp.os.linux.misc)
  • Re: Copying CDs
    ... You can only do it with the built in burning by copying all the files to ... hard disk and building a new CD from them. ...
    (microsoft.public.windowsxp.general)
  • Accessing Files/Folders on Old XP System Disk.
    ... I have built a new system and have added the old Hard disk ... there any way I can access all the files and folders on ... the old drive by changing the permissions etc? ...
    (microsoft.public.windowsxp.basics)
  • 32 bit application on 64 bit os
    ... application on it.(using m32 gcc option). ... I built a 64 application too. ... if so how?Will making architecture as i386 ... alone will make it? ...
    (comp.os.linux.development.system)