After #2417
See if it is reasonable for StateBackup to be part of a CallFrame instead of having a Vec<StateBackup> in the VM. The same applies for RetData. I haven't thought too much about it so if it doesn't make sense because of X reason comment why in this issue and close this PR :)
After #2417
See if it is reasonable for
StateBackupto be part of aCallFrameinstead of having aVec<StateBackup>in theVM. The same applies forRetData. I haven't thought too much about it so if it doesn't make sense because of X reason comment why in this issue and close this PR :)