LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 05-06-2008, 12:45 PM   #1
jjana123
LQ Newbie
 
Registered: May 2008
Posts: 2

Rep: Reputation: 0
64-bit or 32-bit Application on 64-bit Linux


Hi All,

Will 64-bit Application running on 64-bit Linux perform better than 32-bit Application running on 64-bit Linux?

Appreaciate your input.

Thanks & Regards,
Joydeep

Last edited by jjana123; 05-06-2008 at 01:03 PM.
 
Old 05-06-2008, 12:55 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,685

Rep: Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972
Quote:
Originally Posted by jjana123 View Post
Will 64-bit Application running on 64-bit Linux perform better than 64-bit Application running on 64-bit Linux?
I assume you meant a 32-bit application under 64 bit linux. Yes, it most probably will perform a bit slower than the 64/64 setup.
 
Old 05-06-2008, 01:06 PM   #3
jjana123
LQ Newbie
 
Registered: May 2008
Posts: 2

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by TB0ne View Post
I assume you meant a 32-bit application under 64 bit linux. Yes, it most probably will perform a bit slower than the 64/64 setup.
Thanks for your reply.

Yes I meant "a 32-bit application under 64 bit linux".

What is the reason you say so? May be for heavy allication with lot of memory operation it make sense to make 64-bit application.

Thanks,
Joydeep
 
Old 05-06-2008, 03:02 PM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,685

Rep: Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972
Quote:
Originally Posted by jjana123 View Post
Yes I meant "a 32-bit application under 64 bit linux".

What is the reason you say so? May be for heavy allication with lot of memory operation it make sense to make 64-bit application.
Well, you didn't say what you were running, or what your desired result was. I was generalizing, but if your app can take advantage of the 64 bit address space (and the libraries, OS, and other parts can too), it'll probably run faster than a 32 bit app in a 64 bit space.

Unless you're seriously crunching things, though, I doubt you'd see a huge speed difference.
 
Old 05-06-2008, 05:27 PM   #5
johnsfine
LQ Guru
 
Registered: Dec 2007
Distribution: Centos
Posts: 5,286

Rep: Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197
For most applications it will make no significant difference.

For lots of applications, a 32 bit version will be a little faster because 64 bit pointers are bigger and applications may store a lot of pointers resulting in more cache misses for the 64 bit version.

For some applications, the 64 bit version will be moderately faster because the 64 bit architecture has more registers and the GCC compiler is rather stupid about architectures that have too few registers and some code will be optimized badly for 32 bit because of that.

(As I recently overlooked in a similar thread) I think a few applications will run a lot faster in 64 bit because they can make good use of CPU features such as SSE. Those CPU features are also available in 32-bit mode, but probably aren't used by 32 bit binaries. I don't know whether the GCC compiler can't be made to use those features for 32-bit binaries or whether it can be made to but requiring some special action in source or build syntax that typically isn't there. Either way, the bottom line for an ordinary user of 32 bit executables is that those CPU features aren't used.

All of the above overlooks the direct benefits of 64 bit mode: much better support for 64 bit integers ("long long" data type in C++) as well as virtual addresses beyond 4GB. It think overlooking those is best because those direct benefits of 64 bit mode are probably even less used by ordinary applications, than special CPU features such as SSE.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
64 bit cpu-64 bit Ubuntu-are there 32 bit app issues? sofasurfer Ubuntu 7 04-09-2014 02:02 PM
compiling 32 bit application on 64 bit linux(x86_64) uttam_h Linux - Software 16 07-19-2008 02:33 PM
LXer: Upgrade from 32-bit to 64-bit Fedora Linux without a system reinstall LXer Syndicated Linux News 0 01-11-2008 09:42 PM
LXer: Community: Why There is Better Driver Support in 64-bit Linux Than 64-bit Windows XP LXer Syndicated Linux News 0 10-18-2006 09:33 PM
32 bit or 64 bit install - is 32 bit easier for a newbie? dms05 Linux - Newbie 3 05-19-2006 03:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 08:30 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration