Today I learned
  • Home
  • Github
  • Linkedin
  • Nomad Life(Travel Blog)
Subscribe
Tagged

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.

  • Manu S Ajith
Manu S Ajith May 6, 2016 • 1 min read
Today I learned © 2022
Powered by Ghost