Bug 189559

Summary: DFG::ByteCodeParser::handleIntrinsicCall() does not currently handle getter functions.
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: fpizlo, keith_miller, msaboff, rmorisset, saam, tzagallo, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 189317    
Bug Blocks:    

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