Bug 212784 - [JSC] add DFG/FTL support for defining/updating Private Fields
Summary: [JSC] add DFG/FTL support for defining/updating Private Fields
Status: RESOLVED DUPLICATE of bug 213372
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 206431
Blocks:
  Show dependency treegraph
 
Reported: 2020-06-04 14:49 PDT by Caitlin Potter (:caitp)
Modified: 2020-11-19 13:10 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Caitlin Potter (:caitp) 2020-06-04 14:49:01 PDT
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.
Comment 1 Caio Lima 2020-11-19 13:10:01 PST
It was handled by https://bugs.webkit.org/show_bug.cgi?id=213372

*** This bug has been marked as a duplicate of bug 213372 ***