RESOLVED FIXED72035
De-virtualize supportsProfiling, supportsRichSourceInfo, shouldInterruptScript in JSGlobalObject
https://bugs.webkit.org/show_bug.cgi?id=72035
Summary De-virtualize supportsProfiling, supportsRichSourceInfo, shouldInterruptScrip...
Mark Hahnenberg
Reported 2011-11-10 11:03:47 PST
We're trying to de-virtualize JSGlobalObject, so in order to do that we need to de-virtualize these three functions. One way to do that would be to provide a method table just for JSGlobalObject to prevent pollution of the primary MethodTable in ClassInfo just for the sake of JSGlobalObject (and JSDOMWindowBase).
Attachments
Patch (17.59 KB, patch)
2011-11-10 12:09 PST, Mark Hahnenberg
ggaren: review+
Mark Hahnenberg
Comment 1 2011-11-10 12:09:48 PST
Geoffrey Garen
Comment 2 2011-11-10 15:44:04 PST
Comment on attachment 114538 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=114538&action=review r=me > Source/WebCore/bindings/js/JSDOMWindowBase.cpp:60 > + m_globalObjectMethodTable = &s_globalObjectMethodTable; Initialization syntax is better.
Mark Hahnenberg
Comment 3 2011-11-11 11:37:07 PST
Note You need to log in before you can comment on or make changes to this bug.