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 speculative execution beyond pattern holes #1280

Open
cyrus- opened this issue Apr 27, 2024 · 0 comments
Open

Allow speculative execution beyond pattern holes #1280

cyrus- opened this issue Apr 27, 2024 · 0 comments

Comments

@cyrus-
Copy link
Member

cyrus- commented Apr 27, 2024

let ? = 2 + 2 in 
3 + 3

currently gets stuck because we don't know how the hole will be filled, but perhaps we could speculatively execute assuming that the pattern hole will be filled irrefutably (need to be careful about soundness wrt fill-and-resume here)

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

No branches or pull requests

1 participant