Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call Stack에 대해 설명하시오 #160

Open
sustainable-git opened this issue Jun 26, 2022 · 1 comment
Open

Call Stack에 대해 설명하시오 #160

sustainable-git opened this issue Jun 26, 2022 · 1 comment
Labels

Comments

@sustainable-git
Copy link
Member

No description provided.

@sustainable-git
Copy link
Member Author

  • Call stack이란 Computer program에서 현재 실행중인 Sub-routine에 관한 정보를 저장하는 Stack 구조입니다. Execution Stack, Control Stack, Run-time Stack, Machine Stack 이라고도 합니다.
  • Call Stack은 Sub-routine 실행이 끝났을 때 제어를 반환할 지점을 보관하기 위해 사용합니다. 이 때 재귀나, 다른 Sub-routine으로 다시 넘어갈 수 있기 때문에 Stack의 구조를 사용합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant