Newbetuts
.
New posts in stack-frame
explanation about push ebp and pop ebp instruction in assembly
assembly
x86
callstack
stack-frame
"enter" vs "push ebp; mov ebp, esp; sub esp, imm" and "leave" vs "mov esp, ebp; pop ebp"
assembly
x86
stack
micro-optimization
stack-frame
What are the ESP and the EBP registers?
assembly
x86
callstack
stack-frame
How do programs know how much space to allocate for local variables on the stack?
assembly
x86
x86-64
stack-frame
GetEntryAssembly for web applications
c#
reflection
assemblies
code-generation
stack-frame
What is a stack map frame
java
jvm
bytecode
stack-frame
What is the difference between parent.frame() and parent.env() in R; how do they differ in call by reference?
r
environment
function-call
stack-frame
Trying to understand gcc option -fomit-frame-pointer
c
performance
gcc
cpu-registers
stack-frame
What is the direction of stack growth in most modern systems?
assembly
stack
callstack
abi
stack-frame
What is exactly the base pointer and stack pointer? To what do they point?
c
assembly
x86
stack-frame
stack-pointer
Prev