It is data bus width matters on 32 vs 64.
Naturally we can have double the data in 64 bit  R/W 

Hence the 64bit systems will always do better
how ever, if you dont allocate all variables to 64 bits then segregating the 
data from 64 bit for various variables will  eat  more time, while compiler 
designates values to variables after R/W of 64 with non uniform variable 
declaration....


 
K.Navaneetha Krishnan
 


________________________________
From: Rajagopal Swaminathan <[email protected]>
To: ILUG-C <[email protected]>
Sent: Sunday, June 12, 2011 2:49 PM
Subject: Re: [Ilugc] 32 bit vs 64 bit

Greetings,.

On Sat, Jun 11, 2011 at 7:39 PM, JAGANADH G <[email protected]> wrote:
> On Sat, Jun 11, 2011 at 5:11 PM, Kenneth Gonsalves
> <[email protected]>wrote:
>

> I think in servers 64 bit gives good performance

Not to mention access to say systems with 32/64GB of RAM (basically
>4GB) RAM etc. so middleware can eat more memory ;)

-- 
Regards,

Rajagopal
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to