Definify.com
Definition 2024
tail_call
tail call
English
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.
Translations
function call that is itself the last instruction in a function
|