[Haskell-cafe] ANNOUNCE: StrictBench 0.1 - Benchmarking code through strict evaluation

Sebastian Fischer sebf at informatik.uni-kiel.de
Mon Jun 8 09:32:09 EDT 2009


On Jun 8, 2009, at 2:56 PM, Martijn van Steenbergen wrote:

>> Is there no way to force repeated evaluation of a pure value?
> I'm really curious about this too.

could it be done by wrapping the computation in a function which is  
repeatedly called and compiling with -fno-full-laziness to prevent the  
compiler from floating the computation to the top-level?


-- 
Underestimating the novelty of the future is a time-honored tradition.
(D.G.)





More information about the Haskell-Cafe mailing list