Files
powdr/executor
Georg Wiese c4ded73433 Block machines: Skip complete identities (#1528)
Just like the `VmProcessor`, with this PR the `BlockProcessor` never
processes an identity again that has been completed.

This should be a slight performance optimization (when the "default"
sequence iterator is used), but more importantly it:
- Fixes #1385 
- Allows us to remove error-prone code (see below)
- Helps with witgen for stateful machines, like those who access memory
2024-07-03 16:35:00 +00:00
..