private void PopStackFrame() { var entry = _stack.Pop(); Variables.Chop(entry.StackPointer); StackEntryPool.Release(entry); }