> From: Pedro Santos <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > X-Mailer: Ximian Evolution 1.4.5-4mdk > Subject: [Mono-list] Int32 > Sender: [EMAIL PROTECTED] > Date: Fri, 29 Oct 2004 14:58:08 +0100 > > > In 64 bits processor arquitectures(64BA) will Int32 still have 32 bits? > Would that be a performance issue? And if we have 512BA? >
yes. Int32 is always 32 bits. > My issue is: wouldn't be better to have a C/C++ style int? Like IntPtr > in the CLI? What are the benefits of a fixed 32 bit integer? > what do you mean by c/c++ style int? still you can use "int" in C#. > Thanks. > > -- > Pedro Santos <www.psantos.net> > "Si minor plus est ergo nihil sunt omnia..." > > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
