Bug 189559
| Summary: | DFG::ByteCodeParser::handleIntrinsicCall() does not currently handle getter functions. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mark Lam <mark.lam> |
| Component: | JavaScriptCore | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/44396067>