[Cython] WARN: isinstace optimization disabled!
Robert Bradshaw
robertwb at math.washington.edu
Thu Oct 9 21:59:41 CEST 2008
Yes, this is an oversight on my part. As we have more optimizations,
we need to find a way to test if they're being used (maybe a regex
that must be present in the generated C?)
Thanks for catching this, I'll re-enable.
On Oct 8, 2008, at 10:48 AM, Lisandro Dalcin wrote:
> Robert, I believe you forgot to remove an 'if 0 ...' in
> Cython/Compiler/Optimize.py . 'isinstance' optimization is then
> disabled. Please review!
>
> --
> Lisandro Dalcín
> ---------------
> Centro Internacional de Métodos Computacionales en Ingeniería (CIMEC)
> Instituto de Desarrollo Tecnológico para la Industria Química (INTEC)
> Consejo Nacional de Investigaciones Científicas y Técnicas (CONICET)
> PTLC - Güemes 3450, (3000) Santa Fe, Argentina
> Tel/Fax: +54-(0)342-451.1594
> _______________________________________________
> Cython-dev mailing list
> Cython-dev at codespeak.net
> http://codespeak.net/mailman/listinfo/cython-dev
More information about the Cython-dev
mailing list