Bug 189559 - DFG::ByteCodeParser::handleIntrinsicCall() does not currently handle getter functions.
Summary: DFG::ByteCodeParser::handleIntrinsicCall() does not currently handle getter f...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 189317
Blocks:
  Show dependency treegraph
 
Reported: 2018-09-12 14:53 PDT by Mark Lam
Modified: 2018-09-12 14:57 PDT (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2018-09-12 14:53:10 PDT
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.
Comment 1 Radar WebKit Bug Importer 2018-09-12 14:54:06 PDT
<rdar://problem/44396067>