You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've known this has been an issue for a while but I've just got some concrete numbers to attach to this as I've been adding some tracing information which gives timing info on various stages of the compilation process.
# Description
Same as #3814 but with a different
approach, by building the map of old to new inside AcirTransformationMap
## Problem\*
Resolves#3809
## Summary\*
## Additional Context
## Documentation\*
Check one:
- [ ] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[Exceptional Case]** Documentation to be submitted in a separate
PR.
# PR Checklist\*
- [ ] I have tested the changes locally.
- [ ] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
I've known this has been an issue for a while but I've just got some concrete numbers to attach to this as I've been adding some tracing information which gives timing info on various stages of the compilation process.
If I compile @Savio-Sou's benchmarking program https://github.com/Savio-Sou/noir-benchmarks/blob/ef449ae6de730b7741b243314ab91c90336e7e08/2%5E19/src/main.nr then
A fresh compile takes ~3:25 to complete, of which ~2:19 is spent just updating the debug information.
The text was updated successfully, but these errors were encountered: