[Webkit-unassigned] [Bug 189559] New: DFG::ByteCodeParser::handleIntrinsicCall() does not currently handle getter functions.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 12 14:53:10 PDT 2018


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

            Bug ID: 189559
           Summary: DFG::ByteCodeParser::handleIntrinsicCall() does not
                    currently handle getter 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: mark.lam at apple.com

Currently, we don't have any intrinsic functions that serve as getter functions.  If we add such an intrinsic getter function in the future, we'll need to update DFG::ByteCodeParser::handleIntrinsicCall() to allow for it to be inlined as an intrinsic.

Note: this is different from ByteCodeParser::handleIntrinsicGetter() which intrinsify some property gets, and not getter functions.

-- 
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/20180912/2459ca1c/attachment.html>


More information about the webkit-unassigned mailing list