[Python-Dev] A new JIT compiler for a faster CPython?

Amaury Forgeot d'Arc amauryfa at gmail.com
Tue Jul 17 21:16:30 CEST 2012


Hi,

2012/7/17 Victor Stinner <victor.stinner at gmail.com>:
> -- Milestone 3: JIT --
>
>  * Depending on the type seen at runtime, recompile the function to
> generate specialized functions
>  * Use guard to fallback to a generic implementation if the type is
> not the expected type

>From my understanding, psyco did exactly this.

-- 
Amaury Forgeot d'Arc


More information about the Python-Dev mailing list