Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubarov committed Jan 30, 2023
1 parent 6c4ef29 commit 8151138
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions evm/src/witness/transition.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ fn try_perform_instruction<F: Field>(state: &mut GenerationState<F>) -> Result<(

fn log_kernel_instruction<F: Field>(state: &mut GenerationState<F>, op: Operation) {
let pc = state.registers.program_counter;
// TODO: This is affecting performance...
let is_interesting_offset = KERNEL
.offset_label(pc)
.filter(|label| !label.starts_with("halt_pc"))
Expand Down

0 comments on commit 8151138

Please sign in to comment.