[pypy-issue] [issue1721] Too aggressive constant folding?

INADA Naoki tracker at bugs.pypy.org
Thu Mar 27 03:22:43 CET 2014


INADA Naoki <songofacandy at gmail.com> added the comment:

I'm sorry, I can reproduce this behavior on Python 3.4.
I'll report this to CPython.

$ /usr/bin/time  -l /usr/local/bin/python3 pypy_constant_folding.py
Hello
        2.77 real         1.36 user         1.41 sys
4300234752  maximum resident set size

$ /usr/bin/time -l pypy pypy_constant_folding.py
Hello
        3.14 real         1.17 user         1.64 sys
4311416832  maximum resident set size

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


More information about the pypy-issue mailing list