Definition
Frame lifetime traces record when each stack frame in a running program is created and destroyed, giving a precise view of control-flow structure and a useful primitive for memory-safety analyses. They’re a building block for tools that need to reason about which allocations belong to which call.