Bug 237842 - [JSC] Make op_wide16 and op_wide32 toggles
Summary: [JSC] Make op_wide16 and op_wide32 toggles
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:
Blocks:
 
Reported: 2022-03-14 10:44 PDT by Robin Morisset
Modified: 2022-03-21 10:45 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robin Morisset 2022-03-14 10:44:53 PDT
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.
Comment 1 Radar WebKit Bug Importer 2022-03-21 10:45:31 PDT
<rdar://problem/90576486>