Dag Sverre Seljebotn wrote: > With e.g. x = ((((a + b) + c) + d) + e), and also the reverse nesting, > the theoretical optimum is 1 temporary.
What code do you have in mind to evaluate this using only one temp? Seems to me you need two, used alternately. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
