fluencelabs/aquavm

Refactor ap state and merger

mikevoronov opened this issue · 0 comments

At the moment Ap state contains vector of generations, although the ap instruction itself allow to specify only one stream. It was done to support several streams in a result position in a future. But the current realization allows to handle empty vector that was implemented to support states for scalars and it turned out (for more info see #326 (comment)) that states for scalars aren't actually needed.