Skip to content

Commit

Permalink
Update crates/prover/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
erabinov committed Oct 31, 2024
1 parent 0ba3165 commit a70c617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/prover/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ impl<C: SP1ProverComponents> SP1Prover<C> {
} else {
let misses = self.compress_cache_misses.fetch_add(1, Ordering::Relaxed);
tracing::debug!("compress cache miss, misses: {}", misses);
// Get the operations.
// Compile the program if the recursion shape config is None.
Arc::new(compress_program_from_input::<C>(
self.recursion_shape_config.as_ref(),
&self.compress_prover,
Expand Down

0 comments on commit a70c617

Please sign in to comment.