Tagged articles
5 articles
Page 1 of 1
Ops Development & AI Practice
Ops Development & AI Practice
May 21, 2024 · Fundamentals

Mastering Call Stacks and Stack Frames: A Deep Dive for Developers

Understanding how call stacks and stack frames work is essential for developers, and this article explains their dynamic, ordered, and local nature, details stack frame structure, walks through a Go code example illustrating function calls and returns, and shows how to leverage runtime utilities for debugging.

Go languageRuntimecall stack
0 likes · 7 min read
Mastering Call Stacks and Stack Frames: A Deep Dive for Developers
Yuewen Frontend Team
Yuewen Frontend Team
Nov 5, 2018 · Frontend Development

Master JavaScript Execution Contexts and Call Stack: A Deep Dive

This article explains how JavaScript execution contexts and the call stack work, covering their types, creation and execution phases, this binding, lexical and variable environments, and includes code examples to illustrate these core concepts for developers.

Execution ContextLexical Environmentcall stack
0 likes · 13 min read
Master JavaScript Execution Contexts and Call Stack: A Deep Dive