Linked by Thom Holwerda on Thu 10th Jun 2010 22:59 UTC
Permalink for comment 429698
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/21/13 22:06 UTC
Linked by Thom Holwerda on 05/21/13 21:45 UTC
Linked by Thom Holwerda on 05/21/13 15:53 UTC
Linked by Thom Holwerda on 05/20/13 22:43 UTC
Linked by Thom Holwerda on 05/20/13 21:50 UTC
Linked by Thom Holwerda on 05/19/13 23:15 UTC
Linked by Thom Holwerda on 05/19/13 23:11 UTC, submitted by Drumhellar
Linked by Thom Holwerda on 05/18/13 21:06 UTC
Linked by Thom Holwerda on 05/18/13 7:37 UTC
Linked by fran on 05/18/13 1:38 UTC
More News »
Sponsored Links



Member since:
2005-07-06
I believe you failed to understand the importance of the "performance" thing.
When you target i686, most compilers assume that you have a Pentium or above - which means MXX only.
When you target x86_64, most compilers assume that you have an AMD Athlon64 or above - which means MMX, SSE and SSE2.
Now add the additional GP registers to the mix, and you can have far better -application- performance.
Another issue: I use a number of 32bit applications on my main workstation: A couple of native games, flash w/ nspluginwrapper and skype. In-order to support them, more than 10% of all my root file-system is "wasted" on 32bit libraries.
It might not sound like much, but the same 10% is wasted everytime I update my Fedora or switch to new Fedora release.
If -all- my applications were 32bit, I can only guess that I'll lose an additional 20-30%. (I would still require a lot of 64bit libraries for basic OS functionality and -full- 32bit library stack for all my applications)
Both disk and bandwidth wise, a pure 32bit or 64bit is the best option.
- Gilboa