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

Optimize `mtree_set` and `mtree_cwm`

Open hackaugusto opened this issue 2 years ago • 0 comments

As part of https://github.com/0xPolygonMiden/miden-vm/issues/646 and https://github.com/0xPolygonMiden/miden-vm/issues/653 the instructions mtree_set and mtree_cwm had their output formats changed.

This was done via the assembler, which introduces a couple of new core vm opcode for each of the mtree_set and mtree_cwm instructions. This issue is for optimizing those.

Follow up to https://github.com/0xPolygonMiden/miden-vm/pull/652#pullrequestreview-1266746611

hackaugusto avatar Jan 24 '23 17:01 hackaugusto