~ubuntu-branches/ubuntu/natty/python3.1/natty-security

« back to all changes in this revision

Viewing changes to Doc/whatsnew/2.7.rst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-07-08 10:49:57 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100708104957-yqs0ak55n92p94gx
Tags: 3.1.2+20100707-1ubuntu1
* Merge with Debian; remaining changes:
  - Regenerate the control file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
.. Fix accents on Kristjan Valur Jonsson, Fuerstenau, Tarek Ziade.
10
10
 
11
 
.. $Id: 2.7.rst 75232 2009-10-04 14:54:52Z benjamin.peterson $
 
11
.. $Id: 2.7.rst 82621 2010-07-07 11:06:57Z matthias.klose $
12
12
   Rules for maintenance:
13
13
 
14
14
   * Anyone can add text to this document.  Do not spend very much time
158
158
 
159
159
Several performance enhancements have been added:
160
160
 
161
 
.. * A new :program:`configure` option, :option:`--with-computed-gotos`,
162
 
   compiles the main bytecode interpreter loop using a new dispatch
163
 
   mechanism that gives speedups of up to 20%, depending on the system
164
 
   and benchmark.  The new mechanism is only supported on certain
165
 
   compilers, such as gcc, SunPro, and icc.
166
 
 
167
161
* The garbage collector now performs better when many objects are
168
162
  being allocated without deallocating any.  A full garbage collection
169
163
  pass is only performed when the middle generation has been collected