[Webkit-unassigned] [Bug 50412] http://www.wunderground.com/US/CA/Hayward.html causes big memory spike during page loading

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 2 15:12:03 PST 2010


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


Antti Koivisto <koivisto at iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #75418|                            |review?
               Flag|                            |




--- Comment #1 from Antti Koivisto <koivisto at iki.fi>  2010-12-02 15:12:03 PST ---
Created an attachment (id=75418)
 --> (https://bugs.webkit.org/attachment.cgi?id=75418&action=review)
avoid flattening ropes when creating substrings

Creating a substring caused the original string be flattened if it was in the rope form. This could use significant amount of memory by reducing buffer sharing between strings.

Add a rope specific substring function that constructs the substring by reusing the rope fibers instead of flattening the rope.

No change observed in SunSpider.

-- 
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