[Webkit-unassigned] [Bug 27980] Give an ability to WebKit to free statically allocated pointers before quit
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 4 13:02:53 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27980
--- Comment #10 from David Kilzer (ddkilzer) <ddkilzer at webkit.org> 2009-08-04 13:02:51 PDT ---
(In reply to comment #8)
> (From update of attachment 34058 [details])
> I do not want to sign up everyone on the project to write a lot of code to
> deallocate every last object if this code isn't actually useful to someone on
> one of the ports. I need to hear more justification about why to take on all
> this additional complexity. Making all the global data structures practical to
> delete is an enormous task that this patch barely scratches the surface of.
Being able to "reset" WebCore to its pre-cached-local-statics state would be
useful for the iPhone OS port. We don't care about tearing down objects when
exiting a process, but being able to clear out the cached static variables
on-demand would be useful.
--
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