Lighting talk - Tail call optimisation in C++

April 27, 2012 [C++, Programming Languages, Scheme, Tech]

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.