LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-04-2009, 12:56 PM   #1
Chronothread
Member
 
Registered: Apr 2007
Posts: 121

Rep: Reputation: 15
I know my computer supports 64 bit, but should I still use 32 bit?


I decided I needed a laptop, so I picked up a relatively cheap Toshiba. It has 3GB of ram and an AMD Turion X2 dual-core processor. I don't really know much about the difference between 32-bit vs. 64-bit systems. I know the laptop supports 64-bit os. I want to put Ubuntu on it and so I was wondering if I should put the 32-bit Ubuntu on it or the 64-bit. Thanks in advance.
 
Old 05-04-2009, 01:06 PM   #2
SlowCoder
Senior Member
 
Registered: Oct 2004
Location: Southeast, U.S.A.
Distribution: Debian based
Posts: 1,250

Rep: Reputation: 164Reputation: 164
I'm still working on 32bit myself, but I understand the following:
- 32bit is limited in the amount of RAM (4G) it can access.
- 32bit is very stable, but 64bit has been around long enough to fix most of the major hiccups.
- There is only nominal improvement in performance with 64bit over 32bit.
 
Old 05-04-2009, 01:37 PM   #3
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
There is a HUGE improvement in performance on SOME applications. Anything that has a lot of large number calculations or moves a lot of memory will show improvements(picture and movie editing/conversion are in this category). However for things like browsing, email, word processing, you will not see much (if any) difference.
 
Old 05-04-2009, 02:09 PM   #4
johnsfine
LQ Guru
 
Registered: Dec 2007
Distribution: Centos
Posts: 5,286

Rep: Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197
Quote:
Originally Posted by lazlow View Post
There is a HUGE improvement in performance on SOME applications.
And there is moderate reduction in performance (I've seen up to 30%) in other applications.

Quote:
Anything that has a lot of large number calculations or moves a lot of memory will show improvements
I think it is having a lot of very systematic floating point computations that tends to cause the huge improvement. I'm pretty sure the huge improvement comes from having twice as many XMM registers, not directly from using 64 bit addresses.

As for moving a lot of memory. I'm pretty sure that wouldn't have any performance difference.

Quote:
(picture and movie editing/conversion are in this category).
I think you're right, but I think it is because the various re sampling algorithms make good use of the extra XMM registers.

Quote:
However for things like browsing, email, word processing, you will not see much (if any) difference.
For such things, you wouldn't normally even know if there was a CPU speed performance difference. In those tasks, the CPU is almost always waiting for you or for the network or for the hard drive. It waits at the same speed in 32bit mode as in 64bit mode.

Even for many cpu intensive tasks there is no significant performance difference between 32 bit mode and 64 bit mode.

An application that internally uses a LOT of pointers (something the programmer would know about but an end user couldn't predict) will run slower in 64 bit mode because there will be a lot more L2 cache misses (I've seen 30% slower).

An application that makes good use of the XMM registers (for a large amount of systematic floating point computation) can run much faster in 64 bit mode.

An application that works with several GB of data at once might use dynamic file mapping of chunks of the data in a 32 bit version, but use simple file mapping of the whole data in a 64 bit version (and let the virtual memory system do the dynamic part). That can run MUCH faster in 64 bit mode. I've seen some such programs (again in picture editing). I expect such programs will gradually get more common. But right now such programs, that run faster because of the fundamental advantage of 64bit mode, are very rare.

Last edited by johnsfine; 05-04-2009 at 02:26 PM.
 
  


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 Off
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
What makes a computer 64-bit or 32-bit ? exceed1 Linux - General 4 11-19-2008 01:57 AM
32 bit or 64 bit install - is 32 bit easier for a newbie? dms05 Linux - Newbie 3 05-19-2006 03:05 PM
new 64 bit computer - can i install 32 bit suse 9.3 joel b SUSE / openSUSE 2 08-28-2005 02:32 PM
Graphic Card that Supports displaying 8-bit and 24-bit images simultaneously yrraja Linux - Hardware 2 04-30-2003 06:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:00 PM.

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