Bug 260471 - In-place interpreter: fix clobbered register in call and reduce memory usage for if and br
Summary: In-place interpreter: fix clobbered register in call and reduce memory usage ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-08-21 09:54 PDT by daniel_liu4
Modified: 2023-08-22 11:09 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description daniel_liu4 2023-08-21 09:54:57 PDT
Fixed an issue where the operation function call during the Wasm call instruction would clobber unsaved registers, leading to a crash. Reduced if and br memory usage by 3 bytes.
Comment 1 daniel_liu4 2023-08-21 09:58:30 PDT
Pull request: https://github.com/WebKit/WebKit/pull/16890
Comment 2 daniel_liu4 2023-08-21 14:40:13 PDT
<rdar://problem/114218539>
Comment 3 EWS 2023-08-22 11:09:08 PDT
Committed 267142@main (fcf3ca83171a): <https://commits.webkit.org/267142@main>

Reviewed commits have been landed. Closing PR #16890 and removing active labels.