On Wed, Sep 06, 2006 at 02:12:28PM +0100,
 Sebastian Sylvan <[EMAIL PROTECTED]> wrote 
 a message of 36 lines which said:

> I think most compilers actually do CSE 

And automatic memoization? Because common subexpressions can be
difficult to recognize but, at run-time, it is much easier to
recognize a function call that has already been done. Any common
compiler / interpreter which automatically memoizes? In theory, it is
also a huge advantage of "pure" functional programming languages.
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to