Author: Alex Gaynor <[email protected]> Branch: extradoc Changeset: r470:add99aaf7a21 Date: 2014-01-11 14:59 -0800 http://bitbucket.org/pypy/pypy.org/changeset/add99aaf7a21/
Log: This is no longer really an issue diff --git a/performance.html b/performance.html --- a/performance.html +++ b/performance.html @@ -243,8 +243,6 @@ <p>locals(), globals(), sys._getframe(), sys.exc_info(), and sys.settrace work in PyPy, but they incur a performance penalty that can be huge by disabling the JIT over the enclosing JIT scope.</p> -<p>One unobvious case where frame introspection is used is the logging -module. Don't use the logging module if you need to run fast.</p> <p><em>(Thanks Eric S. Raymond for the text above)</em></p> </div> </div> diff --git a/source/performance.txt b/source/performance.txt --- a/source/performance.txt +++ b/source/performance.txt @@ -236,9 +236,6 @@ work in PyPy, but they incur a performance penalty that can be huge by disabling the JIT over the enclosing JIT scope. -One unobvious case where frame introspection is used is the logging -module. Don't use the logging module if you need to run fast. - *(Thanks Eric S. Raymond for the text above)* _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
