コールスタック
Sign in to saveAlso known as runtime stack, execution stack, program stack, control stack, machine stack, the stack, run-time stack
stack data structure that stores information about the active subroutines of a computer program
Wikidata facts
Show 5 more facts
- Stack Exchange tag
- stackoverflow.com/tags/callstack
- facet of
- operating system
- different from
- stack
- used by
- exception handling
Sources (2)
via Wikidata · CC0
Article · 日本語
コールスタック (Call Stack)は、プログラムで実行中のサブルーチンに関する情報を格納するスタックである。実行中のサブルーチンとは、呼び出されたが処理を完了していないサブルーチンを意味する。実行スタック (Execution Stack)、制御スタック (Control Stack)、関数スタック (Function Stack)などとも呼ばれる。また、単に「スタック」と言ったときにコールスタックを指していることが多い。コールスタックを正しく保つことは多くのソフトウェアが正常動作するのに重要であるが、その詳細は高水準言語からは透過的である。
Abstract from DBpedia / Wikipedia · CC BY-SA