A Windows Vista forum. Vista Banter

Welcome to Vista Banter.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

Go Back   Home » Vista Banter forum » Microsoft Windows Vista » Hardware and Windows Vista
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Hardware and Windows Vista Hardware issues in relation to Windows Vista. (microsoft.public.windows.vista.hardware_devices)

Speed differences between 32-bit and 64-bit Vista?



 
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old December 28th 06, 10:48 PM posted to microsoft.public.windows.vista.general,microsoft.public.windows.vista.hardware_devices
Robert Moir
external usenet poster
 
Posts: 548
Default Speed differences between 32-bit and 64-bit Vista?

Phillip Pi wrote:
Are you saying if I had a dual core Athlon 64 939/AM2 setup, I would
notice the performance differences on the same box?


I'm not sure _why_ you expect to see a performance difference in the first
place.

Think of 64 bit as increasing the ability to carry heavier loads over longer
distances rather than increasing the ability to sprint for 100 metres.


  #12 (permalink)  
Old December 29th 06, 12:31 AM posted to microsoft.public.windows.vista.general,microsoft.public.windows.vista.hardware_devices
Phillip Pi
external usenet poster
 
Posts: 97
Default Speed differences between 32-bit and 64-bit Vista?

Differences between 32-bit and 64-bit on the same 64-bit machine. I was
expecting 64-bit to be a bit smoother and faster.


On 12/28/2006 2:41 PM PT, Colin Barnhorst wrote:

Performance differences between what?

"Phillip Pi" wrote in message
...
Are you saying if I had a dual core Athlon 64 939/AM2 setup, I would
notice the performance differences on the same box?


On 12/28/2006 12:58 PM PT, Colin Barnhorst wrote:

The clock speed is the same so you would not see differences.
Performance of either platform on a 64bit cpu is a matter of the
hardware. Where you would see a difference is between running a
32bit OS on a 32bit system versus a 64bit system. The increased
efficiency (head room) on a 64bit system will benefit the 32bit OS in
varying degrees.

"Phillip Pi" wrote in message
...
Ah. Hmm, maybe that's why I can't feel/see the differences.

--
Phillip Pi
Senior Software Quality Assurance Analyst
ISP/Symantec Online Services, Consumer Business Unit
Symantec Corporation
www.symantec.com
-----------------------------------------------------
Email: YMC (remove SYMC to reply by e-mail)
-----------------------------------------------------
Please do NOT e-mail me for technical support. DISCLAIMER: The views
expressed in this posting are mine, and do not necessarily reflect the
views of my employer. Thank you.
  #13 (permalink)  
Old December 29th 06, 12:31 AM posted to microsoft.public.windows.vista.general,microsoft.public.windows.vista.hardware_devices
Phillip Pi
external usenet poster
 
Posts: 97
Default Speed differences between 32-bit and 64-bit Vista?

Ah. I thought the bits were for speeds. Nevermind then!


On 12/28/2006 3:48 PM PT, Robert Moir wrote:

Phillip Pi wrote:
Are you saying if I had a dual core Athlon 64 939/AM2 setup, I would
notice the performance differences on the same box?


I'm not sure _why_ you expect to see a performance difference in the first
place.

Think of 64 bit as increasing the ability to carry heavier loads over longer
distances rather than increasing the ability to sprint for 100 metres.

--
Phillip Pi
Senior Software Quality Assurance Analyst
ISP/Symantec Online Services, Consumer Business Unit
Symantec Corporation
www.symantec.com
-----------------------------------------------------
Email: YMC (remove SYMC to reply by e-mail)
-----------------------------------------------------
Please do NOT e-mail me for technical support. DISCLAIMER: The views
expressed in this posting are mine, and do not necessarily reflect the
views of my employer. Thank you.
  #14 (permalink)  
Old December 29th 06, 12:46 AM posted to microsoft.public.windows.vista.general,microsoft.public.windows.vista.hardware_devices
Colin Barnhorst
external usenet poster
 
Posts: 2,509
Default Speed differences between 32-bit and 64-bit Vista?

A 64bit cpu us more efficient in running both x86 and x64 operating systems
than a 32bit cpu is. An x64 OS is more efficient where heavy memory
requirements come into play and you have added memory above what an x86 OS
can support. But it is the greater number of registers, larger caches, and
other architectual advances of the 64bit cpu's that matters, not so much the
code. That is not to say that code written to run 64bits natively won't
perform better than 32bit code; it will. You can see performance gains, but
not because the code is running faster.

"Phillip Pi" wrote in message
...
Differences between 32-bit and 64-bit on the same 64-bit machine. I was
expecting 64-bit to be a bit smoother and faster.



  #15 (permalink)  
Old December 29th 06, 02:42 AM posted to microsoft.public.windows.vista.general,microsoft.public.windows.vista.hardware_devices
JW
external usenet poster
 
Posts: 1,021
Default Speed differences between 32-bit and 64-bit Vista?

If a 64 bit CPU can transfer data in 64 bit blocks instead of 32 bit blocks
I would certainly expect that any application such as the OD itself that
moves blocks data around to perform faster since it is the OS that moves the
data normally and not the application and therefore itg can be done with 1/2
of the number of move instructions being executed. Or course you would only
see this gain with applications or OS functions that move a lot of date
which certainly is not a lot of them.
"Phillip Pi" wrote in message
...
Ah. I thought the bits were for speeds. Nevermind then!


On 12/28/2006 3:48 PM PT, Robert Moir wrote:

Phillip Pi wrote:
Are you saying if I had a dual core Athlon 64 939/AM2 setup, I would
notice the performance differences on the same box?


I'm not sure _why_ you expect to see a performance difference in the
first place.

Think of 64 bit as increasing the ability to carry heavier loads over
longer distances rather than increasing the ability to sprint for 100
metres.

--
Phillip Pi
Senior Software Quality Assurance Analyst
ISP/Symantec Online Services, Consumer Business Unit
Symantec Corporation
www.symantec.com
-----------------------------------------------------
Email: YMC (remove SYMC to reply by e-mail)
-----------------------------------------------------
Please do NOT e-mail me for technical support. DISCLAIMER: The views
expressed in this posting are mine, and do not necessarily reflect the
views of my employer. Thank you.



  #16 (permalink)  
Old December 29th 06, 05:12 AM posted to microsoft.public.windows.vista.general,microsoft.public.windows.vista.hardware_devices
Lang Murphy
external usenet poster
 
Posts: 2,394
Default Speed differences between 32-bit and 64-bit Vista?

So... gotta ask that stupid question... if'n I run VM's... and I do...
LOL... am I going to benefit from x64 with it's higher RAM ceiling in which
I could possibly run more VM's, even if the app is 32bit?

Lang

"Colin Barnhorst" wrote in message
...
A 64bit cpu us more efficient in running both x86 and x64 operating systems
than a 32bit cpu is. An x64 OS is more efficient where heavy memory
requirements come into play and you have added memory above what an x86 OS
can support. But it is the greater number of registers, larger caches, and
other architectual advances of the 64bit cpu's that matters, not so much
the code. That is not to say that code written to run 64bits natively
won't perform better than 32bit code; it will. You can see performance
gains, but not because the code is running faster.

"Phillip Pi" wrote in message
...
Differences between 32-bit and 64-bit on the same 64-bit machine. I was
expecting 64-bit to be a bit smoother and faster.




  #17 (permalink)  
Old December 29th 06, 05:49 AM posted to microsoft.public.windows.vista.general,microsoft.public.windows.vista.hardware_devices
Colin Barnhorst
external usenet poster
 
Posts: 2,509
Default Speed differences between 32-bit and 64-bit Vista?

Of course. VPC and the memory mangager will handle it fine. The ram
allocation is a block of the host's memory but the 16bit or 32bit OS in the
vm has sees its own address space starting at zero.

"Lang Murphy" wrote in message
...
So... gotta ask that stupid question... if'n I run VM's... and I do...
LOL... am I going to benefit from x64 with it's higher RAM ceiling in
which I could possibly run more VM's, even if the app is 32bit?

Lang


  #18 (permalink)  
Old December 29th 06, 09:14 AM posted to microsoft.public.windows.vista.general,microsoft.public.windows.vista.hardware_devices
Robert Moir
external usenet poster
 
Posts: 548
Default Speed differences between 32-bit and 64-bit Vista?

Phillip Pi wrote:
Ah. I thought the bits were for speeds. Nevermind then!


The bit 'width' of a processor doesn't map directly to speed. It maps to how
much 'heavy lifting' of data it can do in one go, and this can lead to a
speed increase, but it isn't a direct and obvious mapping.


  #19 (permalink)  
Old December 29th 06, 10:08 AM posted to microsoft.public.windows.vista.general,microsoft.public.windows.vista.hardware_devices
Tom Lake
external usenet poster
 
Posts: 455
Default Speed differences between 32-bit and 64-bit Vista?

"JW" wrote in message ...
If a 64 bit CPU can transfer data in 64 bit blocks instead of 32 bit blocks I would
certainly expect that any application such as the OD itself that moves blocks data
around to perform faster since it is the OS that moves the data normally and not
the application and therefore itg can be done with 1/2 of the number of move
instructions being executed. Or course you would only see this gain with
applications or OS functions that move a lot of date which certainly is not a lot
of them.



If the OS is 32-bit, however, it will only use half of the moved data at a time. the
other 32-bits are "wasted" and the same number of fetches has to be done
whether the processor is 32- or 64-bit. If the OS is 64-bit, all the data is used
from every fetch. To get 64 bits using a 32-bit OS requires two reads of memory
The first read gets 64 bits but the OS can't use that and so uses only the low
32 bits and does another read to get the high 32 bits. A 64-bit OS, of course,
gets all 64 bits in one read.

Tom Lake

  #20 (permalink)  
Old December 29th 06, 10:26 AM posted to microsoft.public.windows.vista.general,microsoft.public.windows.vista.hardware_devices
Theo
external usenet poster
 
Posts: 396
Default Speed differences between 32-bit and 64-bit Vista?

Read the article at:
http://www.findarticles.com/p/articl...45/ai_n6268137

It gives you a comparison of Panorama Factory 64-bit on Win
x64 vs 32-bit. The 64-bit is over 40% faster because it can
process data in larger chunks.


Phillip Pi wrote:
Are you saying if I had a dual core Athlon 64 939/AM2 setup, I would
notice the performance differences on the same box?


On 12/28/2006 12:58 PM PT, Colin Barnhorst wrote:

The clock speed is the same so you would not see differences.
Performance of either platform on a 64bit cpu is a matter of the
hardware. Where you would see a difference is between running a 32bit
OS on a 32bit system versus a 64bit system. The increased efficiency
(head room) on a 64bit system will benefit the 32bit OS in varying
degrees.

"Phillip Pi" wrote in message
...
Ah. Hmm, maybe that's why I can't feel/see the differences.

 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 05:43 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.Search Engine Optimization by vBSEO 3.0.0 RC6
Copyright ©2004-2024 Vista Banter.
The comments are property of their posters.