¡@

Home 

java Programming Glossary: esi

How does the code behave different for Java and C compiler?

http://stackoverflow.com/questions/1788696/how-does-the-code-behave-different-for-java-and-c-compiler

the C interpreter works which I developed for my master thesis. It's not standard compliant but I understand how it works... subl eax 4 rbp x tmp subl 1 4 rbp x .loc 1 6 0 movl 4 rbp esi push `x` into the place where printf expects it The first movl..

Is volatile expensive?

http://stackoverflow.com/questions/4633866/is-volatile-expensive

0xb396ce93 mov 0xffffffff ebx 0xb396ce98 mov 0x6fa2b2f0 esi oop 'Test2' 0xb396ce9d mov 0x150 esi ebp 0xb396cea3 mov 0x154.. mov 0x6fa2b2f0 esi oop 'Test2' 0xb396ce9d mov 0x150 esi ebp 0xb396cea3 mov 0x154 esi edi getstatic l Test2 run@0 line.. 'Test2' 0xb396ce9d mov 0x150 esi ebp 0xb396cea3 mov 0x154 esi edi getstatic l Test2 run@0 line 33 0xb396cea9 cmp ecx ebp..

Why are compiled Java class files smaller than C compiled files?

http://stackoverflow.com/questions/4838221/why-are-compiled-java-class-files-smaller-than-c-compiled-files

ebp 00000008 mov ebp esp 0000000a sub esp 18h 0000000d mov esi 1h 00000012 mov edi 0h 00000017 nop 00000018 cmp esi 2710h 0000001e.. mov esi 1h 00000012 mov edi 0h 00000017 nop 00000018 cmp esi 2710h 0000001e jge 00000049 00000024 add esi edi 00000026 mov.. 00000018 cmp esi 2710h 0000001e jge 00000049 00000024 add esi edi 00000026 mov ebx esi 00000028 sub ebx edi 0000002a mov dword..