unison icon indicating copy to clipboard operation
unison copied to clipboard

Make bpoke(Off) strict in its closure argument

Open dolio opened this issue 4 months ago • 0 comments

This is a brute force solution to make sure that there are no unevaluated thunks being shuffled around in the interpreter. Any time something goes on the stack (which happens a lot), it will get forced.

Doesn't seem to make much difference on @pchiusano/misc-benchmarks.

dolio avatar Jun 13 '25 19:06 dolio