Bug 272578

Summary: DOM JIT shouldn't need an extra scratch register to obtain previous sibling
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: DOMAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari Technology Preview   
Hardware: Unspecified   
OS: Unspecified   

Ryosuke Niwa
Reported 2024-04-12 01:21:55 PDT
There is no need for an extra register to get the previous sibling. We can use immediate value for the pointer mask in AND.
Attachments
Ryosuke Niwa
Comment 1 2024-04-12 01:24:23 PDT
EWS
Comment 2 2024-04-12 12:50:40 PDT
Committed 277436@main (01ede406d4e5): <https://commits.webkit.org/277436@main> Reviewed commits have been landed. Closing PR #27186 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2024-04-12 12:51:18 PDT
Note You need to log in before you can comment on or make changes to this bug.