[Python-Dev] Python and compilers (original) (raw)

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Apr 8 23:51:28 CEST 2010


Nick Coghlan wrote:

I thought RPython already supported this? (admittedly, my knowledge of of the inner workings of PyPy is fairly sketchy, but I thought static compilation of RPython to a variety of backend targets was one of the key building blocks)

Maybe so, but one would still have to create the appropriate backend to target the machine in question. I wouldn't like to rely on a generic C-generating backend to target something very tiny in an effective way.

-- Greg



More information about the Python-Dev mailing list