0xPolygonMiden / miden-vm

STARK-based virtual machine
MIT License
632 stars 161 forks source link

Modify `DecoratorIterator` to return `&Decorator` instead of `DecoratorId` #1491

Open plafer opened 2 months ago

plafer commented 2 months ago

_Originally posted by @bobbinth in https://github.com/0xPolygonMiden/miden-vm/pull/1466#discussion_r1744607413_

Maybe not for this PR, but I wonder if we can modify the DecoratorIterator to return the actual decorators rather than decorator IDs. If this works, we won't need to pass in the MastForest here.