- The implementing of tail calls without adding a new stack frame to the call stack. This means that most of the frame of the respective procedure is no longer needed, and can be replaced by the frame of the tail call, modified as appropriate. The program can then jump to the called subroutine. ← Wikipedia
- Previous term: Tail call elimination
- Next term: Tailoring
- Random term: Craft