Remove whatsnew item about --with-computed-gotos.

This commit is contained in:
Matthias Klose 2010-07-07 11:03:50 +00:00
parent 80eed3e625
commit c9ba8914c9
1 changed files with 0 additions and 6 deletions

View File

@ -868,12 +868,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.
* A new opcode was added to perform the initial setup for
:keyword:`with` statements, looking up the :meth:`__enter__` and
:meth:`__exit__` methods. (Contributed by Benjamin Peterson.)