mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Remove whatsnew 2.7 item about --with-computed-gotos.
This commit is contained in:
parent
1ab5db23a0
commit
ddd46ceeb0
1 changed files with 0 additions and 6 deletions
|
@ -158,12 +158,6 @@ Optimizations
|
||||||
|
|
||||||
Several performance enhancements have been added:
|
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
|
* The garbage collector now performs better when many objects are
|
||||||
being allocated without deallocating any. A full garbage collection
|
being allocated without deallocating any. A full garbage collection
|
||||||
pass is only performed when the middle generation has been collected
|
pass is only performed when the middle generation has been collected
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue