Bug 286017
Summary: | Fix IPInt br_on_null popping too many values from the stack | ||
---|---|---|---|
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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
daniel_liu4
Pull request: https://github.com/WebKit/WebKit/pull/39096
EWS
Committed 288975@main (5619ce504b8f): <https://commits.webkit.org/288975@main>
Reviewed commits have been landed. Closing PR #39096 and removing active labels.