Hello staafmeister, Friday, August 28, 2009, 3:31:13 PM, you wrote:
> All the values that are computed but are also GCed (and they will be, 10^9 > bytes > is the mem limit). If the GC removes a value then all references in cache to > those > values can also be removed. it looks like cache of values computed since the last GC, because on GC all those intermediate results will be collected. i think it's not very useful outside of fib example that does exact that - reusing recently computed values -- Best regards, Bulat mailto:[email protected] _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
