Bug 237842

Summary: [JSC] Make op_wide16 and op_wide32 toggles
Product: WebKit Reporter: Robin Morisset <rmorisset>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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>