[webkit-reviews] review denied: [Bug 21810] Remove use of static C++ objects that are destroyed at exit time (destructors) : [Attachment 25008] Updates patch that doesn't crash running all LayoutTests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 9 16:58:50 PST 2008


Darin Adler <darin at apple.com> has denied Greg Bolsinga <bolsinga at apple.com>'s
request for review:
Bug 21810: Remove use of static C++ objects that are destroyed at exit time
(destructors)
https://bugs.webkit.org/show_bug.cgi?id=21810

Attachment 25008: Updates patch that doesn't crash running all LayoutTests
https://bugs.webkit.org/attachment.cgi?id=25008&action=edit

------- Additional Comments from Darin Adler <darin at apple.com>
-GCC_THREADSAFE_STATICS = NO;
+GCC_THREADSAFE_STATICS = YES;

This will cause a performance regression. We need to solve the problem some
other way.


More information about the webkit-reviews mailing list