[Python-Dev] Inline caching for method calls

Stefan Behnel stefan_ml at behnel.de
Fri Jul 23 08:10:28 CEST 2010


Hi,

Stefan Brunthaler started a thread on python-dev about a couple of patches 
he has written for CPython as part of his PhD. It seems that he has 
implemented inline caching for CPython.

http://comments.gmane.org/gmane.comp.python.devel/115362

http://en.wikipedia.org/wiki/Inline_caching

Something like this might be interesting for Cython, too. He hasn't 
published the patches yet, but they might well be worth a look when he does.

Stefan



More information about the Python-Dev mailing list