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

Multi-pass compiler #66

Merged
merged 16 commits into from
Apr 7, 2024
Merged

Multi-pass compiler #66

merged 16 commits into from
Apr 7, 2024

Conversation

bksaiki
Copy link
Owner

@bksaiki bksaiki commented Apr 7, 2024

The JIT compiler now has multiple passes for optimizations. In particular, letrec-values is rewritten to let-values naively, let-values is converted to call-with-values, and call-with-values and values are optimized with techniques found in [1].

@bksaiki bksaiki merged commit 18aac51 into main Apr 7, 2024
3 checks passed
@bksaiki bksaiki deleted the compiler-opt branch April 7, 2024 01:54
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