March 14, 2009
5:52 p.m.
Hi Paolo, On Sat, Mar 14, 2009 at 05:28:32AM +0100, Paolo Giarrusso wrote:
I think also PyPy does something similar for Python, but only through a hash table. I'd love to see how much inline caching would help on top of that, when I'll have time to start working on this.
No. PyPy does something very different, more similar to trace-based JITs (goggle :-) That does not involve hash tables (I don't know what you are referring to here). A bientot, Armin.