Bug 180192
Summary: | [JSC] op_in's ArrayProfile should record OutOfBounds | ||
---|---|---|---|
Product: | WebKit | Reporter: | Yusuke Suzuki <ysuzuki> |
Component: | JavaScriptCore | Assignee: | Yusuke Suzuki <ysuzuki> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 180190 | ||
Bug Blocks: |
Yusuke Suzuki
...
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Yusuke Suzuki
Original issue is that op_in's ArrayProfile does not record OutOfBounds. So it repeatedly causes OSR exit.
I think we should introduce complete IC to op_in, which is similar to get_by_val.
We would have op_in_by_val and op_in_by_id, and introduce ICs.