miden-vm icon indicating copy to clipboard operation
miden-vm copied to clipboard

Optimize execution trace generation for Memory co-processor

Open grjte opened this issue 3 years ago • 0 comments

Currently, when the execution trace is generated by the Memory co-processor, we loop through the trace and compute the inverse of the delta value at each iteration (the code is here). Instead, we should switch to using batch inversion.

grjte avatar Jul 14 '22 13:07 grjte