MAX_DEPTH
static Var *call_trace[MAX_DEPTH];
i < (current_depth > MAX_DEPTH ? MAX_DEPTH : current_depth);
if (current_depth < MAX_DEPTH)