c# Programming Glossary: esi
Is there a way to see the native code produced by theJITter for given C# / CIL? http://stackoverflow.com/questions/1945719/is-there-a-way-to-see-the-native-code-produced-by-thejitter-for-given-c-sharp mov dword ptr edx 4 1Eh ... 00000057 mov dword ptr esi 4 1Eh Both statically divide by 2 methods have not only been.. divided by 3 1 60 ThreeDivider 60 00000085 mov dword ptr esi 4 3Ch ... 000000a0 mov dword ptr esi 4 14h Same with statically.. mov dword ptr esi 4 3Ch ... 000000a0 mov dword ptr esi 4 14h Same with statically divide by 3. Console.WriteLine string.Format..
.NET JIT potential error? http://stackoverflow.com/questions/2056948/net-jit-potential-error value properly for oVec.x 0 oVec.x 2 oVec.x 0000000a xor esi esi oVec.x 0 for oVec.y 0 oVec.y 2 oVec.y 0000000c mov edi.. properly for oVec.x 0 oVec.x 2 oVec.x 0000000a xor esi esi oVec.x 0 for oVec.y 0 oVec.y 2 oVec.y 0000000c mov edi 2 oVec.y.. oDoesSomething.Do oVec 00000011 push edi 00000012 push esi 00000013 mov ecx ebx 00000015 call dword ptr ds 00170210h first..
|