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