diff options
author | Guido van Rossum <guido@python.org> | 1997-07-17 23:12:42 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-07-17 23:12:42 (GMT) |
commit | c12da6980fc886664ef0989c68eaf8d2ac8d1cf2 (patch) | |
tree | 5ade1490790c4893a7ad0caf9051dca5d0f0b2ce /Lib/binhex.py | |
parent | 77eecfa94df1e23e19599de7349cf60845a01242 (diff) | |
download | cpython-c12da6980fc886664ef0989c68eaf8d2ac8d1cf2.zip cpython-c12da6980fc886664ef0989c68eaf8d2ac8d1cf2.tar.gz cpython-c12da6980fc886664ef0989c68eaf8d2ac8d1cf2.tar.bz2 |
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.
Diffstat (limited to 'Lib/binhex.py')
0 files changed, 0 insertions, 0 deletions