On Sun, Jun 04, 2006 at 03:53:20PM +0200, Peter Kümmel wrote: > Here a patch which avoids a virtual call > and the the allocations when calling > Painter::lines.
Have you proof from the profiler that this is necessary? We rarely draw lines, and you just increased the relevant compiled code by a factor of six. > I've tested it with Qt4, but the changes are > similar to the other frontends, and should > make no problem. But is there a measurable benefit? Andre'