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

Speed up verifier - const Trait impls for Constraint #7

Closed
andrewmilson opened this issue Nov 14, 2022 · 0 comments
Closed

Speed up verifier - const Trait impls for Constraint #7

andrewmilson opened this issue Nov 14, 2022 · 0 comments
Labels
refactor Can be written more cleanly

Comments

@andrewmilson
Copy link
Owner

Most of the verifier's time is spent "compiling" the constraints at runtime when the Air is created. We should move the "compiling" to compile time. Can do this by changing the Mul, Add, Sub etc. on Constraint to be const impls once const_trait_impl (i.e. rust-lang/rust#67792) is stable.

@andrewmilson andrewmilson added the refactor Can be written more cleanly label Nov 14, 2022
@andrewmilson andrewmilson closed this as not planned Won't fix, can't repro, duplicate, stale Aug 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Can be written more cleanly
Projects
None yet
Development

No branches or pull requests

1 participant