commit | c12da6980fc886664ef0989c68eaf8d2ac8d1cf2 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Jul 17 23:12:42 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Jul 17 23:12:42 1997 +0000 |
tree | 5ade1490790c4893a7ad0caf9051dca5d0f0b2ce | |
parent | 77eecfa94df1e23e19599de7349cf60845a01242 [diff] |
Huge speedup by inlining some common integer operations: int+int, int-int, int <compareop> int, and list[int]. (Unfortunately, int*int is way too much code to inline.) Also corrected a NULL that should have been a zero.