RESOLVED FIXED Bug 22061
create script to check for exit-time destructors
https://bugs.webkit.org/show_bug.cgi?id=22061
Summary create script to check for exit-time destructors
Darin Adler
Reported 2008-11-03 18:16:21 PST
We'd like to eliminate all exit-time destructors from WebKit for faster process exit.
Attachments
patch (48.23 KB, patch)
2008-11-03 18:25 PST, Darin Adler
timothy: review+
Darin Adler
Comment 1 2008-11-03 18:25:08 PST
Timothy Hatcher
Comment 2 2008-11-04 05:26:59 PST
Comment on attachment 24876 [details] patch > +void lockAtomicallyInitializedStaticMutex() {} > +void unlockAtomicallyInitializedStaticMutex() { } Space between the braces vs no space in the previous function. > + static String& key = *new String("WebKitDatabaseVersionKey"); Extra space between the assignment. r=me
Greg Bolsinga
Comment 3 2008-11-04 11:09:56 PST
I think this fixes Bug 21810
Greg Bolsinga
Comment 4 2008-11-04 11:11:44 PST
*** Bug 21810 has been marked as a duplicate of this bug. ***
Darin Adler
Comment 5 2008-11-04 11:19:59 PST
(In reply to comment #3) > I think this fixes Bug 21810 No, it doesn't fix it. It's just the tool to help us track the additional work needed.
David Kilzer (:ddkilzer)
Comment 6 2016-07-28 11:06:05 PDT
Note You need to log in before you can comment on or make changes to this bug.