[Webkit-unassigned] [Bug 194648] New: [JSC] LLIntEntryPoint creates same DirectJITCode for all functions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 14 03:48:10 PST 2019


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

            Bug ID: 194648
           Summary: [JSC] LLIntEntryPoint creates same DirectJITCode for
                    all functions
           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: ticaiolima at gmail.com

These objects are essentially the same and seems to be unchanged during execution. We should use singleton to avoid unnecessary allocations. The same applies too all entry points (Function, Eval, Program and Modules).

-- 
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/20190214/86f58229/attachment.html>


More information about the webkit-unassigned mailing list