[Webkit-unassigned] [Bug 121183] New: Web Inspector: InjectedScriptCanvasModuleSource_js is very large

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 11 14:50:18 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=121183

           Summary: Web Inspector: InjectedScriptCanvasModuleSource_js is
                    very large
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: darin at apple.com, timothy at apple.com,
                    andersca at apple.com, joepeck at webkit.org,
                    akling at apple.com, webkit-bug-importer at group.apple.com,
                    graouts at apple.com


rniwa:webkit rniwa$ symbols WebKitBuild/Release/WebCore.framework/WebCore | sed -E 's/^ *0x[0-9a-f]+ *\(( *)0x([^)]+)\)/\1\2/' | sort -r | head -n 30
cd6ca8 __TEXT __text
WebKitBuild/Release/WebCore.framework/WebCore [x86_64, 5.870281 seconds]:
27ff60 __TEXT __eh_frame
15a698 __DATA __const
 5aba8 __TEXT __const
 3806a __TEXT __cstring
 3554e str [NameNList, MangledNameNList, NList] 
 2e228 __DATA __data
 2663c __TEXT __unwind_info
 1b018 __TEXT __gcc_except_tab
 1a8d0 __DATA __objc_const
 17e70 InjectedScriptCanvasModuleSource_js [NameNList, MangledNameNList, NList] < This is 95.6KB!
...

It's generated from WebCore/inspector/InjectedScriptCanvasModuleSource.js. I'm not sure why this code isn't compressed before generating the binary at least in release builds.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list