On 10/07/12 13:45, Amaury Forgeot d'Arc wrote:
A callback called from C cannot be jitted, unless it has a loop in Python code.
The loop in the sqlite library does not count. The JIT needs a
complete understanding of all operations in the loop...
-- Amaury Forgeot d'Arc
From what i understand you need to hit a certain path some times before
jitting it.
Would it be possible to define that this function will be externally
called (from C) millions of times so keep it jitted at all times?
l.
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev