Guido van Rossum c12da6980f 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.
1997-07-17 23:12:42 +00:00
..
1996-10-25 14:44:06 +00:00
1994-08-29 10:43:12 +00:00
1996-10-25 14:44:06 +00:00
1996-10-25 14:44:06 +00:00
1997-05-05 22:15:02 +00:00
1996-10-25 14:44:06 +00:00
1997-05-07 23:51:07 +00:00
1997-01-20 18:34:55 +00:00
1997-05-07 23:51:07 +00:00
1996-08-29 18:10:41 +00:00
1997-05-07 23:51:07 +00:00
1997-03-14 04:32:50 +00:00
1996-08-29 18:10:30 +00:00
1996-08-19 22:12:39 +00:00
1997-05-22 20:41:59 +00:00