Bug 237842
| Summary: | [JSC] Make op_wide16 and op_wide32 toggles | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Robin Morisset <rmorisset> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Robin Morisset
Currently op_wide16 and op_wide32 only apply to the next instruction. But looking at examples, they often seem to be repeated for every instruction in some large sequence.
So I'd like to test having op_toggle8, op_toggle16, op_toggle32, that apply to all instructions until the next toggle. It should both save some memory and ideally some dispatching overhead.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/90576486>