We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ece596c commit 0a42e69Copy full SHA for 0a42e69
crates/vm/src/runner.rs
@@ -185,7 +185,7 @@ fn execute_bytecode_helper(
185
profiler: bool,
186
function_locations: &BTreeMap<usize, String>,
187
) -> Result<ExecutionResult, RunnerError> {
188
- let poseidon_16 = get_poseidon16(); // TODO avoid rebuilding each time
+ let poseidon_16 = get_poseidon16();
189
let poseidon_24 = get_poseidon24();
190
191
// set public memory
0 commit comments