cogent
cogent copied to clipboard
Evaluate ExState usage
Issue by ahixon
Thu Apr 9 12:44:27 2015
Originally opened as https://github.csiro.au/ts-filesystems/Cogent/issues/72
Some functions that access the external environment pass it around, others do not. A number of these functions don't actually use them.
Comment by ahixon
Tue Jun 16 14:58:37 2015
Would also be interesting to benchmark a version that doesn't pass ExState around, at all (ie implicit environment/heap state). Should definitely be smaller in space; but will it be smaller in time?