- 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
- Previous term: Stack
- Next term: Stack level
- Random term: JSON-LD