'''호출 스택, 콜 스택, call stack''' [[스택,stack]] ADT/DS에 해당하며, [[펑션,function]] [[호출,call]] 시 [[실행맥락,execution_context]]을 임시로 저장. 일단 JS의 경우. MKLINK [[코루틴,coroutine]] [[스택프레임,stack_frame]] ... stack_frame = call_stack_frame = activation_record = activation_frame ? 암튼 parameter, return address 등이 들어있는 저거 pagename TBD. { [[펑션,function]] [[호출,call]] 이 되었을 때, 돌아가기 위한 { 예전 상태들: return address 예전 [[레지스터,register]] 값 (필요한 경우) parameter / argument auto variable ? } 등을 담고 있는 system [[스택,stack]](정확한명칭?) 의 일부? [[calling_convention]] 과 밀접한 관련 } unwind =,unwind =,unwinding? { [[호출스택,call_stack]]에 대한 operation. https://gunkies.org/wiki/Unwind } // call stack unwind .... Ggl:"call stack unwind" Bing:"call stack unwind" ---- [[WtEn:call_stack]] (easy) [[WpKo:콜_스택]] = https://ko.wikipedia.org/wiki/콜_스택 [[WpEn:Call_stack]] = https://en.wikipedia.org/wiki/Call_stack Up: [[호출,call]] [[스택,stack]]