Skip to content
EntityQ759899· pop 25· linked from 304 articles

コールスタック

Sign in to save

Also 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 1 more fact
Sources (2)

via Wikidata · CC0

Article · 日本語

コールスタック (Call Stack)は、プログラムで実行中のサブルーチンに関する情報を格納するスタックである。実行中のサブルーチンとは、呼び出されたが処理を完了していないサブルーチンを意味する。実行スタック (Execution Stack)、制御スタック (Control Stack)、関数スタック (Function Stack)などとも呼ばれる。また、単に「スタック」と言ったときにコールスタックを指していることが多い。コールスタックを正しく保つことは多くのソフトウェアが正常動作するのに重要であるが、その詳細は高水準言語からは透過的である。

Abstract from DBpedia / Wikipedia · CC BY-SA

Connections

Categories