[Python-Dev] Inline caching for method calls (original) (raw)
Stefan Behnel stefan_ml at behnel.de
Fri Jul 23 08:10:28 CEST 2010
- Previous message: [Python-Dev] Set the namespace free!
- Next message: [Python-Dev] Sorry, wrong list, please ignore - Re: Inline caching for method calls
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Set the namespace free!
- Next message: [Python-Dev] Sorry, wrong list, please ignore - Re: Inline caching for method calls
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]