Bug 279934
Summary: | Reduce register usage in IPInt and support JITless calls | ||
---|---|---|---|
Product: | WebKit | Reporter: | daniel_liu4 |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
daniel_liu4
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/136256088>
daniel_liu4
Pull request: https://github.com/WebKit/WebKit/pull/33865
EWS
Committed 284022@main (82e443e19211): <https://commits.webkit.org/284022@main>
Reviewed commits have been landed. Closing PR #33865 and removing active labels.