[Webkit-unassigned] [Bug 193544] New: [JSC] Reduce size of SourceProvider

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 17 11:53:55 PST 2019


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

            Bug ID: 193544
           Summary: [JSC] Reduce size of SourceProvider
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: yusukesuzuki at slowstart.org

SourceProvider is commonly used to represent code. Since JSC has bunch of string code internally (builtin JS), it easily bloat the number of SourceProvider (raw JSC shell has 208 StringSourceProvider).
We can easily reduce the size of SourceProvider by reordering. Furthermore, we can separately create BuiltinSourceProvider which does not have any source map information.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190117/104fd8de/attachment.html>


More information about the webkit-unassigned mailing list