Lighting talk - Tail call optimisation in C++
This series: Lightning talk, Explanation, Performance, Generalisation.
Update: watch the video
Here's the lightning talk I gave at the ACCU 2012 Conference :
Tail Call Optimisation in C++
It's about how you would generate C++ code that represents a recursive function, without running out of stack space.
Originally posted at 2012-04-27 19:03:00+00:00. Automatically generated from the original post : apologies for the errors introduced.