WebGlossary.info
Stack frame
- A part of the call stack. Each stack frame corresponds to a call to a subroutine which has not yet terminated with a return. A stack frame usually includes at least the following items (in push order): the arguments (parameter values) passed to the routine (if any); the return address back to the routine’s caller; and space for the local variables of the routine (if any). ← Wikipedia
- More about this term (beta): Web search, articles and videos, books
- Previous term: Stack
- Next term: Stack level
- Random term: What you see is all you get