> - 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