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

Add instrumentations for various ACVM optimzations #7055

Open
TomAFrench opened this issue Jan 14, 2025 · 1 comment
Open

Add instrumentations for various ACVM optimzations #7055

TomAFrench opened this issue Jan 14, 2025 · 1 comment

Comments

@TomAFrench
Copy link
Member

We're spending significant time in the transformer step: https://github.com/noir-lang/noir/blob/master/acvm-repo/acvm/src/compiler/transformers/mod.rs

Not much thought has been put into optimizing these so we should add some instrumentation so we can track which of these are the lowest hanging fruit.

@TomAFrench
Copy link
Member Author

We might as well refactor these to make each optimization/transformation a single function (as opposed to having a separate setup step) so we can use the macros cleanly.

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

No branches or pull requests

1 participant