Re: [Python-Dev] ineffective optimization: method tables
April 23, 2001
3:35 p.m.
Hi. [Neil Schemenauer]
I did have 2-D tables for binary operations but since they were quite sparse I took them out in favor of arrays and case statements. Unfortunately, all my benchmarks show this patch to be ineffective in terms of speeding up the interpreter. Anyone know why? I just noticed that your changes add a 1 more call price also were there was no such price (int + int, etc), do not know if that matters ...
regards.
8677
Age (days ago)
8677
Last active (days ago)
0 comments
1 participants
participants (1)
-
Samuele Pedroni