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

INADA Naoki tracker at bugs.pypy.org
Thu Mar 27 03:20:08 CET 2014


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

$ /usr/local/bin/python -c "import platform; print platform.architecture()"
('64bit', '')
$ /usr/bin/time -l /usr/local/bin/python pypy_constant_folding.py
Hello
        0.02 real         0.01 user         0.00 sys
   4337664  maximum resident set size

/usr/local/bin/python is built with Homebrew.

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


More information about the pypy-issue mailing list