[Webkit-unassigned] [Bug 14808] REGRESSION: Significant slowdown with hang while signing into newsgator.com
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jul 29 16:53:40 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=14808
------- Comment #3 from john at johnmoe.com 2007-07-29 16:53 PDT -------
The large string extra cost thing is making it garbage collect about ever ninth
allocate (and unfortunately it does 120,000 allocates). It ends up spending
almost 5 seconds in the garbage collector while signing in. Maybe the cost for
the big strings should be a bit lower? (I tried dividing the costs by 10 and
the garbage collection time dropped to under a half second, but I suppose
memory consumption was higher.)
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list