[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


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



More information about the Python-Dev mailing list