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

Allow let@ to be inlined #183

Merged
merged 1 commit into from
Jul 21, 2024
Merged

Allow let@ to be inlined #183

merged 1 commit into from
Jul 21, 2024

Conversation

polytypic
Copy link
Collaborator

This allows a decent optimizing compiler to eliminate the tuple allocation.

Unfortunately, at the time of writing, ocamlopt is not such an optimizing compiler, but Flambda seems to be able to do it.

This allows a decent optimizing compiler to eliminate the tuple allocation.

Unfortunately, at the time of writing, `ocamlopt` is not such an optimizing
compiler, but Flambda seems to be able to do it.
@polytypic polytypic merged commit c5e4ed8 into main Jul 21, 2024
6 checks passed
@polytypic polytypic deleted the allow-to-inline-let_at branch July 21, 2024 22:03
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

Successfully merging this pull request may close these issues.

1 participant