-
Notifications
You must be signed in to change notification settings - Fork 324
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(avm): remove some codegen bloat (#11418)
TL;DR: Removes bloat, old and new witgen are still proving. Please review without nitpicking I recommend just merging if CI passes. More detail: * Removes explicit column names, they now get generated via the macro. * Remove as_vector, replaced uses with get_column (and commented out some other uses). I also added, in vm2, nice per-namespace stats: ``` Column sizes per namespace: precomputed: 2097152 (~2^21) execution: 6 (~2^3) alu: 1 (~2^0) lookup: 196608 (~2^18) perm: 6 (~2^3) ``` It autoupdates without us having to add columns manually.
- Loading branch information
Showing
15 changed files
with
84 additions
and
1,743 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.