[pypy-issue] [issue892] Pypy is slower on longs than it should

Armin Rigo tracker at bugs.pypy.org
Thu Oct 20 17:56:15 CEST 2011


Armin Rigo <armin.rigo at gmail.com> added the comment:

Sorry, I give up already on "gmp".  It never reports out-of-memory errors.  We
can change the allocation functions, but out of memory conditions must terminate
the program.  Even using longjmp() to bail out of the allocator is specified as
"don't do that".  There is no way this is compatible with Python short of
dedicating a separate process in which to run all long operations, but this
makes the interface slow as hell.

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue892>
________________________________________


More information about the pypy-issue mailing list