On Fri, Nov 18, 2016 at 4:57 AM, Andrew Kirkpatrick <uberm...@gmail.com> wrote: > But IIRC goto &func is more about fooling caller() than TCO, so its > not that really fast thing some users expect.
Yes, it's more a way to not change the call stack than to optimize it. Luca