aiken icon indicating copy to clipboard operation
aiken copied to clipboard

Implement a non-recursive solution for discharge values for evaluate.

Open MicroProofs opened this issue 2 years ago • 0 comments

The last bit of recursion we have is in the discharge value and discharge value env functions. To have a truly good performance with evaluate we should remove any recursion and replace with stack machines and looping as required.

MicroProofs avatar Aug 25 '22 22:08 MicroProofs