mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 16:23:12 +00:00
TODO
This commit is contained in:
parent
6c4ef29fec
commit
815113809a
@ -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) {
|
fn log_kernel_instruction<F: Field>(state: &mut GenerationState<F>, op: Operation) {
|
||||||
let pc = state.registers.program_counter;
|
let pc = state.registers.program_counter;
|
||||||
|
// TODO: This is affecting performance...
|
||||||
let is_interesting_offset = KERNEL
|
let is_interesting_offset = KERNEL
|
||||||
.offset_label(pc)
|
.offset_label(pc)
|
||||||
.filter(|label| !label.starts_with("halt_pc"))
|
.filter(|label| !label.starts_with("halt_pc"))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user