RESOLVED WORKSFORME86562
DocumentLoader wastes vector capacity
https://bugs.webkit.org/show_bug.cgi?id=86562
Summary DocumentLoader wastes vector capacity
Simon Fraser (smfr)
Reported 2012-05-15 20:20:10 PDT
9 vectors, 2.27KB used of 32.62KB, 30.36KB wasted at: 1 0x108e022c4 WebCore::DocumentLoader::DocumentLoader(WebCore::ResourceRequest const&, WebCore::SubstituteData const&) 2 0x108395263 WebKit::WebFrameLoaderClient::createDocumentLoader(WebCore::ResourceRequest const&, WebCore::SubstituteData const&) 3 0x108f7d367 WebCore::FrameLoader::loadWithNavigationAction(WebCore::ResourceRequest const&, WebCore::NavigationAction const&, bool, WebCore::FrameLoadType, WTF::PassRefPtr<WebCore::FormState>) 4 0x108f7b450 WebCore::FrameLoader::loadURL(WebCore::KURL const&, WTF::String const&, WTF::String const&, bool, WebCore::FrameLoadType, WTF::PassRefPtr<WebCore::Event>, WTF::PassRefPtr<WebCore::FormState>) 5 0x108f7a1dd WebCore::FrameLoader::loadURLIntoChildFrame(WebCore::KURL const&, WTF::String const&, WebCore::Frame*)
Attachments
A patch from mother issue modified for latest version (23.36 KB, patch)
2014-03-10 08:44 PDT, Wojciech Bielawski
no flags
Wojciech Bielawski
Comment 1 2014-03-10 02:56:03 PDT
Looks like it's not a Loader problem any more. I've tested latest vesion of webkit and there was no Loader related classes on the lists.
Wojciech Bielawski
Comment 2 2014-03-10 08:44:56 PDT
Created attachment 226305 [details] A patch from mother issue modified for latest version EFL port was tested with attached patch
Wojciech Bielawski
Comment 3 2014-05-16 01:08:20 PDT
Simon would you mind closing it as a resolved/works for me? According to EFL port this issue is not relevant.
Note You need to log in before you can comment on or make changes to this bug.