Skip to content

Commit

Permalink
refactor bytecode trace builder
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasRidhuan committed Oct 25, 2024
1 parent dba6b62 commit 265bb38
Show file tree
Hide file tree
Showing 21 changed files with 797 additions and 4,049 deletions.
2 changes: 1 addition & 1 deletion barretenberg/cpp/pil/avm/constants_gen.pil
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ namespace constants(256);
pol MAX_NULLIFIER_NON_EXISTENT_READ_REQUESTS_PER_CALL = 16;
pol MAX_L1_TO_L2_MSG_READ_REQUESTS_PER_CALL = 16;
pol MAX_UNENCRYPTED_LOGS_PER_CALL = 4;
pol MEM_TAG_FF = 0;
pol MAX_PACKED_PUBLIC_BYTECODE_SIZE_IN_FIELDS = 3000;
pol MEM_TAG_FF = 0;
pol MEM_TAG_U1 = 1;
pol MEM_TAG_U8 = 2;
pol MEM_TAG_U16 = 3;
Expand Down
Loading

0 comments on commit 265bb38

Please sign in to comment.