summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-02-08 18:54:37 (GMT)
committerRaymond Hettinger <python@rcn.com>2004-02-08 18:54:37 (GMT)
commitb32e640489f179f956437811497b19d2fa3c33f1 (patch)
tree84ca95edc0dcd53b8a03b0fcfa027ba9b858c97f /Misc
parent4c9800d6634b5dec6a3b20ffb24db8d5fda859ac (diff)
downloadcpython-b32e640489f179f956437811497b19d2fa3c33f1.zip
cpython-b32e640489f179f956437811497b19d2fa3c33f1.tar.gz
cpython-b32e640489f179f956437811497b19d2fa3c33f1.tar.bz2
SF patch #875689: >100k alloc wasted on startup
(Contributed by Mike Pall.) Make sure fill_free_list() is called only once rather than 106 times when pre-allocating small ints.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 77c7980..61b07cb 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -411,6 +411,7 @@ Jason Orendorff
Douglas Orr
Denis S. Otkidach
Russel Owen
+Mike Pall
Todd R. Palmer
Alexandre Parenteau
Dan Parisien