[Python-Dev] Python-acceleration instructions on ARM

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


> - fast instance variables: likewise, with R10 holding the this
>   pointer. Not applicable to Python, since there is no byte code
>   for instance variable access.

Follow-up: this could be used to JIT LOAD_CONST efficiently, though,
putting co_consts into R10.

Regards,
Martin


More information about the Python-Dev mailing list