Dag Sverre Seljebotn wrote: > Without doing this, and *only* move the temp allocation phase to code > generation time, the former code (the seperate allocate_temp phase) is > still needed
I don't follow that. The only reason I added a third phase for temp allocation was because it had to be done after inserting coercion nodes. I can't think of any reason it couldn't be fully merged into the code generation pass. Temps can be allocated by generate_evaluation_code and freed by generate_disposal_code. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
