Quote:
Originally Posted by mjcoon
Could this be implicated in this case?
|
No. Slots on the CLR evaluation stack are either 4 or 8 bytes wide. Depending upon the data types of the operands arithmetic operations are performed as Int32, Int64 or Double operations. Lesser types are promoted to one of these types when copied to the stack and demoted on storage.
In this case Int32 operations are used.