Hi,

2012/7/17 Victor Stinner <victor.stin...@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
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to