Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tail call optimisation not explicitely guaranteed by the manual #13115

Open
Ekdohibs opened this issue Apr 24, 2024 · 1 comment
Open

Tail call optimisation not explicitely guaranteed by the manual #13115

Ekdohibs opened this issue Apr 24, 2024 · 1 comment

Comments

@Ekdohibs
Copy link
Contributor

After searching the entire manual, I wasn't able to find a guarantee that tail call optimisation occurs (searching for keywords tail call, last call, tailcall and lastcall). It is often discussed in the context of other features as if it was obviously present, but there is no explicit guarantee.

@lthls
Copy link
Contributor

lthls commented Apr 24, 2024

I'm aware of two indirect references: the section on builtin attributes mentions it, as well as the section on tail mod cons.
Both of those could benefit from a dedicated section to link to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants