At the moment, DIT prepares the computation at a different point (usually zero(x)) then runs it twice at x. It would be better to run it at x1 and x2 to make sure that
- The result at
x2 doesn't depend on x1
- After the second run, the returned values for
x1 have not been mutated or erased
At the moment, DIT prepares the computation at a different point (usually
zero(x)) then runs it twice atx. It would be better to run it atx1andx2to make sure thatx2doesn't depend onx1x1have not been mutated or erased