[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
More information about the Python-Dev mailing list
Tue Jul 17 21:16:30 CEST 2012
- Previous message: [Python-Dev] A new JIT compiler for a faster CPython?
- Next message: [Python-Dev] A new JIT compiler for a faster CPython?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] A new JIT compiler for a faster CPython?
- Next message: [Python-Dev] A new JIT compiler for a faster CPython?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list