[Webkit-unassigned] [Bug 10773] Memory usage grows when reloading google.com/ig

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 16 06:48:42 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=10773





------- Comment #12 from mitz at webkit.org  2007-01-16 06:48 PDT -------
An ugly fix would be to add JSCell::setMarked() and use it in
ScriptInterpreter::mark() to prevent nodes from marking their document (if the
document is not marked, set its marked bit and remember this; mark nodes for
the document; if the document was not marked to begin with, reset its marked
bit).


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