Quote:
Originally Posted by mordero
I believe that if you have "Optimize code" check in the properties that those ifs will compile to the same MSIL code.
And I thought int was the same as System.Int32 on 32 bit systems and the same as System.Int64 on 64 bit systems with no performance loss or gain by using either...
|
Sooo... They're still the same? I suppose it'd be easier to understand (but more lines... boo).
Well they stated that the System.Int32 compared to int earned no gain in performance, but the website I found that little chat there at is very interesting.
CodeGuru Forums - 6 C# fundamental questions