Differences between revisions 3 and 4
Revision 3 as of 2006-05-21 11:19:36
Size: 853
Editor: 213
Comment:
Revision 4 as of 2006-05-21 11:21:49
Size: 960
Editor: 213
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
* [ 1337051 ] remove 4 ints from PyFrameObject * [ 1337051 ] remove 4 ints from PyFrameObject (no speedup, just a small memory savings. Neal commented he is going to cleanup & revisit the patch later)

* [ 1479611 ] speed up function calls

* [ 1442927 ] PyLong_FromString optimization

* [ 1366311 ] SRE engine do not release the GIL

* [ 1359618 ] Speed charmap encoder

* [ 1353872 ] a faster Modulefinder (Related to py2exe runtime performance)

* [ 1346238 ] A constant folding optimization pass for the AST

* [ 1346214 ] Better dead code elimination for the AST compiler (this appears to be a bugfix and not a speed patch -jackd)

* [ 1337051 ] remove 4 ints from PyFrameObject (no speedup, just a small memory savings. Neal commented he is going to cleanup & revisit the patch later)

* [ 1281707 ] Speed up gzip.readline (~40%)

* [ 1243730 ] Big speedup in email message parsing

* [ 1243654 ] Faster output if message already has a boundary

* [ 1145039 ] Remove some invariant conditions and assert in ceval

* [ 1107887 ] Speed up function calls/can add more introspection info

* [ 936813 ] fast modular exponentiation

ListOfPerformanceRelatedPatches (last edited 2008-11-15 14:00:44 by localhost)

Unable to edit the page? See the FrontPage for instructions.