Hi Massimo,

On Sat, Apr 30, 2011 at 5:38 PM, Massimo Sala <massimo.sala...@gmail.com> wrote:
> Is it possible for the maintainers to provide
> - PyPy
> - PyPy with tcmalloc

Feel free to try.  You need to get pypy, translate it (cd
pypy/translator/goal; ./translate.py -Ojit), and you get the C sources
in /tmp/usession-yourname/testing_1.  Then you can try to add a
#define to rename all malloc() to tcmalloc(), or however it is called.

PyPy does not use malloc() to allocate its own objects, but it still
uses malloc() to get arenas, so in this point of view it is similar to
CPython.


A bientôt,

Armin.
_______________________________________________
pypy-dev@codespeak.net
http://codespeak.net/mailman/listinfo/pypy-dev

Reply via email to