Author: Richard Plangger <planri...@gmail.com> Branch: Changeset: r90586:63b4c36d026f Date: 2017-03-08 09:17 +0100 http://bitbucket.org/pypy/pypy/changeset/63b4c36d026f/
Log: typo in project ideas diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-ideas.rst +++ b/pypy/doc/project-ideas.rst @@ -8,7 +8,7 @@ * **Optimize PyPy Memory Usage**: Sometimes PyPy consumes more memory than CPython. - Two examples: 1) PyPy seems allocate and keep many strings when importing a big Python modules. + Two examples: 1) PyPy seems to allocate and keep alive more strings when importing a big Python modules. 2) The base interpreter size (cold VM started from a console) of PyPy is bigger than the one of CPython. The general procedure of this project is: Run both CPython and PyPy of the same Python version and compare the memory usage (using Massif or other tools). _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit