¡@

Home 

c++ Programming Glossary: pushl

What is the fastest integer division supporting division by zero no matter what the result is?

http://stackoverflow.com/questions/16777456/what-is-the-fastest-integer-division-supporting-division-by-zero-no-matter-what

As per request the assembly .globl f .type f @function f pushl ebp xorl eax eax movl esp ebp movl 12 ebp edx testl edx edx..

How do exceptions work (behind the scenes) in c++

http://stackoverflow.com/questions/307610/how-do-exceptions-work-behind-the-scenes-in-c

_ZN11MyExceptionD1Ev @function _ZN11MyExceptionD1Ev .LFB7 pushl ebp .LCFI0 movl esp ebp .LCFI1 popl ebp ret .LFE7 .size _ZN11MyExceptionD1Ev.. @function _Z20my_catching_functionv .LFB9 pushl ebp .LCFI2 movl esp ebp .LCFI3 pushl ebx .LCFI4 subl 20 esp.. .LFB9 pushl ebp .LCFI2 movl esp ebp .LCFI3 pushl ebx .LCFI4 subl 20 esp .LCFI5 movl 0 esp .LEHB0 call _Z3logj..

Does the evil cast get trumped by the evil compiler?

http://stackoverflow.com/questions/712334/does-the-evil-cast-get-trumped-by-the-evil-compiler

the generated assembly main leal 4 esp ecx andl 16 esp pushl 4 ecx pushl ebp movl esp ebp pushl ecx subl 36 esp movl 3 12.. assembly main leal 4 esp ecx andl 16 esp pushl 4 ecx pushl ebp movl esp ebp pushl ecx subl 36 esp movl 3 12 ebp leal 12.. 4 esp ecx andl 16 esp pushl 4 ecx pushl ebp movl esp ebp pushl ecx subl 36 esp movl 3 12 ebp leal 12 ebp eax movl eax 8 ebp..