[Kst] extragear/graphics/kst/patches

George Staikos staikos at kde.org
Tue Nov 1 01:22:13 CET 2005


SVN commit 476262 by staikos:

A patch to implement a short-cut interpolation in the hot spots in curve
plotting.  It removes a function call (inlines it) and two branches, one of
which has a disjunction, neither of which are likely.  However it's slightly
incomplete because it can cause invalid memory accesses if the vectors have
size == 1 and it tries to plot them.  The easy solution is to plot nothing if
one of the vectors has size == 1, but I suspect that's undesired.


 A             fastinterpolate.patch  




More information about the Kst mailing list