[Webkit-unassigned] [Bug 219034] New: CodeBlock m_shouldAlwaysBeInlined in JIT::compileWithoutLinking should be set directly.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 17 07:46:02 PST 2020


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

            Bug ID: 219034
           Summary: CodeBlock m_shouldAlwaysBeInlined in
                    JIT::compileWithoutLinking should be set directly.
           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: xc.o.c.1180 at gmail.com

Created attachment 414339

  --> https://bugs.webkit.org/attachment.cgi?id=414339&action=review

Proposed patch.

It does not depend on JS execution, this saves a few JIT codes.

store8(TrustedImm32(0), &m_codeBlock->m_shouldAlwaysBeInlined);

-- 
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/20201117/f2e5db40/attachment.htm>


More information about the webkit-unassigned mailing list