From: Matthias Klose Date: Wed, 7 Jul 2010 11:06:57 +0000 (+0000) Subject: Remove whatsnew 2.7 item about --with-computed-gotos. X-Git-Tag: v3.1.3rc1~543 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ddd46ceeb0b37cd639fa45cfe847fce668806d7a;p=thirdparty%2FPython%2Fcpython.git Remove whatsnew 2.7 item about --with-computed-gotos. --- diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index e92af9991a82..2c92925d7b6d 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -158,12 +158,6 @@ Optimizations Several performance enhancements have been added: -.. * A new :program:`configure` option, :option:`--with-computed-gotos`, - compiles the main bytecode interpreter loop using a new dispatch - mechanism that gives speedups of up to 20%, depending on the system - and benchmark. The new mechanism is only supported on certain - compilers, such as gcc, SunPro, and icc. - * The garbage collector now performs better when many objects are being allocated without deallocating any. A full garbage collection pass is only performed when the middle generation has been collected