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

Circular programs #22

Merged
merged 5 commits into from
Dec 20, 2023
Merged

Circular programs #22

merged 5 commits into from
Dec 20, 2023

Conversation

edsko
Copy link
Collaborator

@edsko edsko commented Dec 20, 2023

No description provided.

This also makes a number of other improvements:

- Support multiple (mutually recursive) bindings in `let`
- Fix pattern matching on heap-allocated objects
  (we were losing sharing)
- Support heap inlining
- Support for selectors (`fst`, `snd`)
- Support the selector thunk optimization
- Add `--disable-ansi` command line
- Improve trace summarization
  (it previously generated confusing output;
  see details comments in the code)
- Add some new primitive functions (`min`, `max`)
@edsko edsko merged commit 452233c into master Dec 20, 2023
12 checks passed
@edsko edsko deleted the edsko/circular branch December 20, 2023 19:24
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