[Python-Dev] Python-acceleration instructions on ARM (original) (raw)

"Martin v. Löwis" martin at v.loewis.de
Wed Feb 11 08:27:34 CET 2009


ARM is specifically claiming that these instructions can be used to accelerate Python interpretation.

Wow, really? One of the links below mention that?

I'm skeptical though that you can really produce speedups for CPython, though; ISTM that they added Python only as a front-end language for Parrot, and added Parrot only because it looks similar to JVM and .NET (i.e. without actually testing that you can gain performance).

From reading the paper, ISTM that you can expect speedups for your JIT-generated code. In ThumbEE, you have the following additional features:

Regards, Martin



More information about the Python-Dev mailing list