Today I learned
  • Github
  • Linkedin
  • Nomad Life(Travel Blog)
  • About
Sign in Subscribe

programming

A collection of 1 post
elixir

Tail Call Optimisation

Tail Call Optimization is the process by which a smart compiler can make a call to a function and take no additional stack space. The only situation in which this happens is if the last instruction executed in a function is a call to another function or the function itself.
06 May 2016 1 min read
Page 1 of 1
Today I learned © 2025
Powered by Ghost