Open GoogleCodeExporter opened 9 years ago
Original comment by collinw
on 26 Sep 2009 at 12:05
Original comment by collinw
on 6 Jan 2010 at 11:43
r957 implemented specializations for some important operator/type combinations:
- List subscription with an integer index.
- Int/int addition, subtraction, multiplication, division and modulus.
- Float/float addition, subtraction, multiplication, division and modulus.
Benchmark highlights:
### nbody ###
Min: 0.445511 -> 0.280253: 1.5897x faster
Avg: 0.455251 -> 0.284752: 1.5988x faster
Significant (t=46.861686, a=0.95)
Stddev: 0.02193 -> 0.02903: 1.3240x larger
Timeline: http://tinyurl.com/yeyo6gs
All other benchmarks were unchanged.
There are still other operator/type combinations that might be valuable (needs
profiling), such
as % for strings and tuple subscription.
Original comment by collinw
on 7 Jan 2010 at 12:30
r1046 added specialization for float/int multiplication and division.
Original comment by collinw
on 28 Jan 2010 at 12:03
r1060 added specialization for tuple indexing.
Original comment by collinw
on 30 Jan 2010 at 1:06
r1069 added specialization for string and unicode formatting.
Original comment by collinw
on 3 Feb 2010 at 5:52
Original comment by collinw
on 21 Feb 2010 at 6:06
Original issue reported on code.google.com by
collinw
on 25 Jul 2009 at 9:14