[Python-Dev] Python Specializing Compiler
Skip Montanaro
skip@pobox.com (Skip Montanaro)
Sat, 23 Jun 2001 09:11:03 -0500
mal> Sound like you are using (re)compiling on-the-fly ...
This is what the Self compiler did, though I don't know if its granularity
was as fine as I understand psyco's is from reading its README file. It's
been awhile since I read through that stuff, but I seem to recall it would
compile functions to machine code only if they were heavily executed. It
also did a lot of type inferencing.
Skip