
6 Sep
2006
6 Sep
'06
9:26 a.m.
On Wed, Sep 06, 2006 at 02:12:28PM +0100,
Sebastian Sylvan
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.