[Python-Dev] Eliminating loops

Charles Vaughn cvaughn at gmail.com
Sat Jul 29 03:34:36 CEST 2006


I'm looking for a way of modifying the compiler to eliminate any loops and
recursion from code.  It's for a high speed data processing application.
The alternative is a custom language that is little more than gloryfied
assembly.  I'd like to be able to use everything else around Python, but we
can't allow the users to create more than O(1) complexity.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-dev/attachments/20060728/0e0b1009/attachment.html 


More information about the Python-Dev mailing list