Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

unwind the stack

You are here: irt.org | FOLDOC | unwind the stack

During the execution of a procedural language, one is said to "unwind the stack" from a called procedure up to a caller when one discards the stack frame and any number of frames above it, popping back up to the level of the given caller. In C this is done with "longjmp"/"setjmp", in Lisp with "throw/catch". See also smash the stack.

[Jargon File]

Nearby terms: until « untyped « unwind-protect « unwind the stack » UN*X » unzip » up

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb