[Webkit-unassigned] [Bug 212784] New: [JSC] add DFG/FTL support for defining/updating Private Fields

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 4 14:49:01 PDT 2020


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

            Bug ID: 212784
           Summary: [JSC] add DFG/FTL support for defining/updating
                    Private Fields
           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: caitp at igalia.com

Private fields are initially landed with LLInt and partial JIT baseline support via op_put_by_val_direct. The extra semantics are not handled properly in the generic JIT stubs when IC support is given up on, and are also not supported in optimized code.

-- 
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/20200604/4b72e27b/attachment.htm>


More information about the webkit-unassigned mailing list