feat: Extract slice operations to reusable procedures#8496
feat: Extract slice operations to reusable procedures#8496sirasistant wants to merge 16 commits intomasterfrom
Conversation
|
Can you make this PR in the Noir repo? There shouldn't be a need to do this in aztec-packages. |
|
True, will port it over! I'm going to trigger a sync to the noir repo first |
|
It's here noir-lang/noir#6001 |
Benchmark resultsMetrics with a significant change:
Detailed resultsAll benchmarks are run on txs on the This benchmark source data is available in JSON format on S3 here. Proof generationEach column represents the number of threads used in proof generation.
L2 block published to L1Each column represents the number of txs on an L2 block published to L1.
L2 chain processingEach column represents the number of blocks on the L2 chain where each block has 8 txs.
Circuits statsStats on running time and I/O sizes collected for every kernel circuit run across all benchmarks.
Stats on running time collected for app circuits
AVM SimulationTime to simulate various public functions in the AVM.
Public DB AccessTime to access various public DBs.
Tree insertion statsThe duration to insert a fixed batch of leaves into each tree type.
MiscellaneousTransaction sizes based on how many contract classes are registered in the tx.
Transaction size based on fee payment method | Metric | | |
|
Ported here noir-lang/noir#6002 |
Calling the same slice operation more than once won't duplicate the bytecode anymore, will just jump to it.