0xPolygonMiden / miden-vm

STARK-based virtual machine
MIT License
630 stars 160 forks source link

Clean up aux column generator for stack overflow table #1213

Closed bobbinth closed 9 months ago

bobbinth commented 9 months ago

This PR cleans up a little auxiliary column code generator for the stack overflow table.

Specifically:

We can further simplify the OverflowTable struct by not tracking all overflow table rows and instead tracking only current ones. But I didn't do this in this PR.