[Python-Dev] Possible optimization for LOAD_FAST ? (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Wed Dec 29 14:20:18 CET 2010
- Previous message: [Python-Dev] Possible optimization for LOAD_FAST ?
- Next message: [Python-Dev] Possible optimization for LOAD_FAST ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Am 28.12.2010 18:08, schrieb Lukas Lueg:
Also, the loadfast in lne 22 to reference x could be taken out of the loop as x will always point to the same object....
That's not true; a debugger may change the value of x.
Regards, Martin
- Previous message: [Python-Dev] Possible optimization for LOAD_FAST ?
- Next message: [Python-Dev] Possible optimization for LOAD_FAST ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]