RESOLVED FIXED272578
DOM JIT shouldn't need an extra scratch register to obtain previous sibling
https://bugs.webkit.org/show_bug.cgi?id=272578
Summary DOM JIT shouldn't need an extra scratch register to obtain previous sibling
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.