Bug 286017

Summary: Fix IPInt br_on_null popping too many values from the stack
Product: WebKit Reporter: daniel_liu4
Component: JavaScriptCoreAssignee: 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
Reported 2025-01-15 12:47:11 PST
IPInt's br_on_null previously would pop an extra value from the stack if a branch was taken, since the null would be popped both in the opcode and during the branch. rdar://142889611
Attachments
daniel_liu4
Comment 1 2025-01-15 13:18:49 PST
EWS
Comment 2 2025-01-15 16:13:03 PST
Committed 288975@main (5619ce504b8f): <https://commits.webkit.org/288975@main> Reviewed commits have been landed. Closing PR #39096 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.