[pypy-issue] [issue1115] build error with some options

reportmp tracker at bugs.pypy.org
Wed Apr 4 17:53:13 CEST 2012


reportmp <f232684 at rppkn.com> added the comment:

And I add these options because I read the blog on pypy.org :

Memory usage: large, memory-hungry Python programs might end up taking less
space than they do in CPython.

less space -> http://morepypy.blogspot.com/2009/10/gc-improvements.html

"the two optimizations together save 32 MB of RAM (i.e. 8 bytes per object). The
version of PyPy we measured this with was built as follows:

./translate.py --gcremovetypeptr targetpypystandalone
--objspace-std-withsharingdict"

"This nicely shows that our GCs are much faster at allocating objects, and that
our objects can be much smaller than CPython's."

But they can only be used in 2009 ? Or I should not use jit with these options ?

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


More information about the pypy-issue mailing list