Closed plafer closed 3 weeks ago
This change breaks how
dyncall
works (i.e.dyncall
compiles tocall(dyn)
), since after the call, the memory is wiped since we entered a new context, and hence placing the procedure hash in memory before thecall
doesn't work.We might need to do https://github.com/0xPolygonMiden/miden-vm/issues/1478 before we can merge this.
Ah yes - good point! I didn't think of this. Indeed, we may need to do #1478 first.
@bobbinth docs are ready for review
I'll merge this PR tomorrow (after
miden-base
has been migrated to the currentnext
).
Let's hold off on merging this until we have a corresponding PR in miden-base
(otherwise it'll break miden-base
). @Fumuran will start working on this in the next day or so.
Closes #1091 Closes #1478