[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 08:20:53 PDT 2009


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


Adam Treat <treat at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |treat at kde.org




--- Comment #3 from Adam Treat <treat at kde.org>  2009-08-04 08:20:52 PDT ---
I have grave doubts about the ability of this to work for all static pointers. 
In particular I think the global static AtomicStrings in HTMLNames will cause
problems.  Before seeing something like this go in I'd want to see it work for
all the global statics and know that it wouldn't be a maintenance burden to
keep it working when new ones are added or the order of them changed, etc.

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