AW: [Haskell-cafe] Something like optimistic evaluation

2008-04-29 Thread Nicu Ionita
I don't know if this would be worth, but theoretically one could go on and evaluate those thunks that: a) would be evaluated anyway (after the current IO operation have been completed) b) do not depend on the result of the current operation And, of course, the GC could work in this time also.

Re: AW: [Haskell-cafe] Something like optimistic evaluation

2008-04-29 Thread Daniil Elovkov
Nicu Ionita wrote: I don't know if this would be worth, but theoretically one could go on and evaluate those thunks that: a) would be evaluated anyway (after the current IO operation have been completed) b) do not depend on the result of the current operation And, of course, the GC could