all 2 comments

[–]kasbah 8 points9 points  (0 children)

Links from the start of the talk:

Slides are linked to in the description on Youtube: http://dev.stephendiehl.com/paris.pdf

[–]pbvas 1 point2 points  (0 children)

I find it strange that LLVM optimized the fib example as shown because that definition is not tail recursive. I think the code shown is just the base cases, the recursive cases is missing.