Skip to content

Commit

Permalink
Be more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasgoergens committed Dec 14, 2024
1 parent 6fa2529 commit c7a39a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ceno_emul/src/disassemble/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,8 @@ impl InstructionProcessor for InstructionTranspiler {
///
/// ADDI is slightly more general than LUI or AUIPC, because you can also specify an
/// input register rs1. That generality might cost us sligthtly in the non-recursive proof,
/// but we suspect dropping the number of instructions will speed up the recursive proof.
/// but we suspect decreasing the total number of different instructions kinds will speed up
/// the recursive proof.
///
/// In any case, AUIPC and LUI together make up ~0.1% of instructions executed in typical
/// real world scenarios like a `reth` run.
Expand Down

0 comments on commit c7a39a1

Please sign in to comment.