RESOLVED FIXED 279934
Reduce register usage in IPInt and support JITless calls
https://bugs.webkit.org/show_bug.cgi?id=279934
Summary Reduce register usage in IPInt and support JITless calls
daniel_liu4
Reported 2024-09-18 16:21:29 PDT
The register usage of IPInt can be cleaned up, lowering register usage by combining PC/PB and MC/MB into just PC and MC. This allows us to clean up the calling logic, and frees up registers. The new IPInt calls can also now be tied into the JITless infrastructure introduced for LLInt.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-09-18 16:21:39 PDT
daniel_liu4
Comment 2 2024-09-18 16:45:31 PDT
EWS
Comment 3 2024-09-20 17:00:17 PDT
Committed 284022@main (82e443e19211): <https://commits.webkit.org/284022@main> Reviewed commits have been landed. Closing PR #33865 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.