miden-vm
miden-vm copied to clipboard
Refactor `MastForest` format to put all decorator data at the end
Originally posted by @bobbinth in https://github.com/0xPolygonMiden/miden-vm/pull/1482#discussion_r1751216993
Not for this PR, but I wonder if there is a way to refactor this so that all decorator-related data is in one section. This way, if we wanted to drop decorators from the serialized binary, we could just truncate this section without doing any extra processing.