[Webkit-unassigned] [Bug 29092] Performance slow when loading a large text html file on Symbian platform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 21 10:33:02 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29092





--- Comment #14 from Alexey Proskuryakov <ap at webkit.org>  2009-09-21 10:33:01 PDT ---
> To make it safe, I can use a much larger number.

I don't think that would be a good thing to do. We know whay we may need to go
to 2 (and it would be great if you could make a test case for that), but
arbitrarily increasing the number will just make any potential issues more
difficult to reproduce and correct.

> > >     // If we have maxChars of unbreakable characters the above could lead to
> > >     // an infinite loop.
> > This comment needs to be updated, now that we rely on the code below in more
> > cases.
> 
> Any suggestion on how to update this comment? I don't think my changes above
> changed the current over-all behavoir. 

You are right, I got confused. There is no need to change this comment.

> Original code: nT
> My code: T
> Using remainder of the text: nT/2.
> But apparently, the last option is safe and has advantages in the future.

It seems that for Qt, halving the time isn't really sufficient, is it?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list