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

F* backend extremely slow at one example #1308

Open
W95Psp opened this issue Feb 12, 2025 · 0 comments
Open

F* backend extremely slow at one example #1308

W95Psp opened this issue Feb 12, 2025 · 0 comments
Labels
backend Issue in one of the backends (i.e. F*, Coq, EC...) bug Something isn't working f* F* backend

Comments

@W95Psp
Copy link
Collaborator

W95Psp commented Feb 12, 2025

The following snippet of code is processed very slowly by the F* backend:

async fn test() -> Result<(), u8> {
    Ok(())
}

We are probably doing some kind of footgun somewhere in the backend, we should investigate.

@W95Psp W95Psp added backend Issue in one of the backends (i.e. F*, Coq, EC...) bug Something isn't working f* F* backend labels Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Issue in one of the backends (i.e. F*, Coq, EC...) bug Something isn't working f* F* backend
Projects
None yet
Development

No branches or pull requests

1 participant