]> granicus.if.org Git - python/commit
Restructured my pool-management overview in terms of the three
authorTim Peters <tim.peters@gmail.com>
Mon, 1 Apr 2002 19:23:44 +0000 (19:23 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 1 Apr 2002 19:23:44 +0000 (19:23 +0000)
commit338e010b45d7bd411e2bbcedcd8ef195be40c2be
tree4b20046022bfc0cb3680f6a1e46bf3d6c27e3eed
parent9da3efd120237ae9c689d8b81619f754c3c13320
Restructured my pool-management overview in terms of the three
possible pool states.  I think it's much clearer now.

Added a new long overdue block-management overview comment block.

I believe the comments are in good shape now.

Added two comments about possible small optimizations (one getting rid
of runtime multiplications at the cost of a new pool_header member; the
other getting rid of runtime divisions and the pool_header capacity
member, at the cost of a static const vector of 32 uints).
Objects/obmalloc.c