[pypy-issue] [issue819] Arithmetic is slower than CPython in extreme cases

Amaury Forgeot d'Arc amauryfa at gmail.com
Wed Jul 4 15:34:59 CEST 2012


2012/7/4 anon <tracker at bugs.pypy.org>:
> Is there any way I can test PyPy with this? I don't have enough memory to build
> PyPy but it sounds nice.

There is no need to translate a full PyPy interpreter.
just build a small RPython program that uses the module pypy.rlib.rbigint,
translate it, and see how fast it goes.

-- 
Amaury Forgeot d'Arc


More information about the pypy-issue mailing list