RESOLVED FIXED Bug 38006
Change lifetime of JSC::IdentifierTables used by WebCores to match AtomicStringTable
https://bugs.webkit.org/show_bug.cgi?id=38006
Summary Change lifetime of JSC::IdentifierTables used by WebCores to match AtomicStri...
Gavin Barraclough
Reported 2010-04-22 14:00:59 PDT
Presently JSC's IdentifierTables are owned by the JSGlobalData. For JSGlobalData objects created via the API this should continue to be the case, but for the JSGlobalData objects used by WebCore (the main thread's common global data, and those for workers) use a IdentifierTable provided (and owned) by wtfThreadData. This allow the lifetime of these IdentifierTable to match those of the corresponding AtomicStringTables.
Attachments
The patch (11.55 KB, patch)
2010-04-22 14:02 PDT, Gavin Barraclough
no flags
Fix erroneous svn merge resolution (11.47 KB, patch)
2010-04-22 14:08 PDT, Gavin Barraclough
no flags
Chromium build fix (11.50 KB, patch)
2010-04-22 14:36 PDT, Gavin Barraclough
ggaren: review+
Gavin Barraclough
Comment 1 2010-04-22 14:02:32 PDT
Created attachment 54093 [details] The patch
Gavin Barraclough
Comment 2 2010-04-22 14:08:00 PDT
Created attachment 54094 [details] Fix erroneous svn merge resolution
Eric Seidel (no email)
Comment 3 2010-04-22 14:10:45 PDT
WebKit Review Bot
Comment 4 2010-04-22 14:33:11 PDT
Gavin Barraclough
Comment 5 2010-04-22 14:36:49 PDT
Created attachment 54098 [details] Chromium build fix
Geoffrey Garen
Comment 6 2010-04-22 15:17:56 PDT
Comment on attachment 54098 [details] Chromium build fix r=me?
Geoffrey Garen
Comment 7 2010-04-22 15:18:16 PDT
Please run testjsglue.
Gavin Barraclough
Comment 8 2010-04-22 17:12:01 PDT
fixed in r58133
Note You need to log in before you can comment on or make changes to this bug.