-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(avm): remove avm prefix from pil and executor (#7099)
## Overview Removes the avm_ prefix from the pil files and from all generated code, its noisy
- Loading branch information
Showing
100 changed files
with
11,616 additions
and
11,882 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
2 changes: 1 addition & 1 deletion
2
barretenberg/cpp/pil/avm/avm_byte_lookup.pil → barretenberg/cpp/pil/avm/byte_lookup.pil
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
4 changes: 2 additions & 2 deletions
4
...rg/cpp/pil/avm/gadgets/avm_conversion.pil → ...enberg/cpp/pil/avm/gadgets/conversion.pil
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
4 changes: 2 additions & 2 deletions
4
...g/cpp/pil/avm/gadgets/avm_keccakf1600.pil → ...nberg/cpp/pil/avm/gadgets/keccakf1600.pil
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
4 changes: 2 additions & 2 deletions
4
...berg/cpp/pil/avm/gadgets/avm_pedersen.pil → ...etenberg/cpp/pil/avm/gadgets/pedersen.pil
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
4 changes: 2 additions & 2 deletions
4
...erg/cpp/pil/avm/gadgets/avm_poseidon2.pil → ...tenberg/cpp/pil/avm/gadgets/poseidon2.pil
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
4 changes: 2 additions & 2 deletions
4
...enberg/cpp/pil/avm/gadgets/avm_sha256.pil → barretenberg/cpp/pil/avm/gadgets/sha256.pil
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
2 changes: 1 addition & 1 deletion
2
barretenberg/cpp/pil/avm/avm_gas.pil → barretenberg/cpp/pil/avm/gas.pil
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.
b502fcd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'C++ Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.05
.nativeClientIVCBench/Full/6
16237.120369999986
ms/iter15453.290522000003
ms/iter1.05
This comment was automatically generated by workflow using github-action-benchmark.
CC: @ludamad @codygunton