[pypy-dev] Slow sqlite user defined functions with pypy.

Antonio Cuni anto.cuni at gmail.com
Thu Nov 17 09:42:28 CET 2011


On 11/17/2011 02:56 AM, Alex Gaynor wrote:

> The JIT compiles functions without loops too now, so this should be jitted.

ctypes callbacks still go through the old _rawffi, so it's possible that this
introduces some unneeded overhead.

ciao,
Anto


More information about the pypy-dev mailing list