On Sat, Sep 4, 2010 at 12:58 AM, Thomas Koenig <tkoenig@netcologne.de> wrote: > Hello world, > > here a few more temporary eliminations, for code like > > a = f() + b So what happens with "a = f() + g() + h" e.g. a = matmul(b,c) + matmul(d,e) + f" ? Ciao! Steven