Open
Description
I think the Carbon project would welcome a proposal to add an explicit syntax that forces a tail call. This is aligned with our goals of predictable performance and giving the user explicit control.
My syntax suggestion: tail return F(...);
.
Background: