Noun
tail call (plural tail calls) (programming) A function call that is itself the last instruction in a function. Tail calls can be implemented without the need for an additional frame on the call stack.