diff --git a/evm/src/cpu/columns.rs b/evm/src/cpu/columns.rs index 811a2841..8751398e 100644 --- a/evm/src/cpu/columns.rs +++ b/evm/src/cpu/columns.rs @@ -1,3 +1,4 @@ +// TODO: remove when possible. #![allow(dead_code)] use std::ops::Range; @@ -165,6 +166,7 @@ pub(crate) const NUM_MEMORY_VALUE_LIMBS: usize = 8; pub(crate) const CLOCK: usize = SIMPLE_LOGIC_DIFF_INV + 1; + // Uses_memop(i) is `F::ONE` iff this row includes a memory operation in its `i`th spot. const USES_MEMOP_START: usize = CLOCK + 1; pub const fn uses_memop(op: usize) -> usize { diff --git a/evm/src/memory/memory_stark.rs b/evm/src/memory/memory_stark.rs index 61b4f8d0..e7d63df2 100644 --- a/evm/src/memory/memory_stark.rs +++ b/evm/src/memory/memory_stark.rs @@ -370,11 +370,11 @@ impl, const D: usize> Stark for MemoryStark, const D: usize> Stark for MemoryStark