Hi, I just pushed the constant allocation refactoring to cython-unstable. There are still a few failing test cases, especially regarding struct coercion.
The main problem was that some places in the code expected the result code to be available for constants during the analysis phase. Where I could not move it to the code generation phase, I had to replace this with a call to "compile_time_value()" for now, not sure if this is the right thing to do... The change can clearly benefit from some review and some additional bug fixing. I hope someone beats me to it. :) Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
