Bug 272578
| Summary: | DOM JIT shouldn't need an extra scratch register to obtain previous sibling | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
| Component: | DOM | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Pull request: https://github.com/WebKit/WebKit/pull/27186
EWS
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
<rdar://problem/126369364>