On Thu, 1 May 2003 20:34:14 +0200 Sebastian Geerken <s.geerken@ping.de> wrote:
Hi!
On Thu, Apr 24, Thorben Thuermer wrote:
One of dillo's main advantages is it's incredible speed and efficiency, but somehow the selection code doesn't seem to keep up with this. it seems to have some scalability problem that makes it use excessive amounts of cpu when selecting large parts of complex pages (tables), and slows dillo down to a crawl even on my p3/750 (which dillo usually runs lightning fast on).
This problem is solved now; checkout the latest CVS and test it.
[...] Thanks for the quick fix (and for this great addition to dillo in general)! now the only case where dillo used more CPU than mozilla is fixed again... only that the new code also seems to have new bugs :( after a few seconds of wildly dragging the selection around my table, i get: (on a current (sunday morning) cvs checkout) Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 16384 (LWP 10522)] 0x08058366 in a_Dw_ext_iterator_compare (eit1=0x0, eit2=0x0) at dw_ext_iterator.c:334 334 while (eit1->stack[nea]->widget == eit2->stack[nea]->widget) { (gdb)
Sebastian
Thorben