tail call
Jump to navigation
Jump to search
English
[edit]Noun
[edit]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
[edit]function call that is itself the last instruction in a function
|