コールスタック
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 1 more fact
- Stack Exchange tag
- stackoverflow.com/tags/callstack
Sources (2)
via Wikidata · CC0
Article · 日本語
コールスタック (Call Stack)は、プログラムで実行中のサブルーチンに関する情報を格納するスタックである。実行中のサブルーチンとは、呼び出されたが処理を完了していないサブルーチンを意味する。実行スタック (Execution Stack)、制御スタック (Control Stack)、関数スタック (Function Stack)などとも呼ばれる。また、単に「スタック」と言ったときにコールスタックを指していることが多い。コールスタックを正しく保つことは多くのソフトウェアが正常動作するのに重要であるが、その詳細は高水準言語からは透過的である。
Abstract from DBpedia / Wikipedia · CC BY-SA
Connections
Q81571
Entity
Intel
Company
stack
Entity
instruction set architecture
Entity
Forth
Entity
memory management
Entity
nested function
Entity
computer science
Entity
operating system
Entity
software
Entity
International Standard Book Number
Entity
programming language
Entity
Q2407
Entity
computer program
Entity
Wayback Machine
Entity
digital object identifier
Entity
compiler
Entity
Q161053
Entity
object-oriented programming
Entity
assembly language
Entity