-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Size in bytes to clobber is not aligned on 32 bit OMGIRGenerator's prepareForTailCallImpl #54173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
EWS run on previous version of this PR (hash ec5babc) Details |
| jit.pushPair(tmp, tmp); | ||
| jit.move(MacroAssembler::TrustedImm32(0xBFFF), tmp); | ||
| constexpr int stackSlotsToClobber = 50; | ||
| // Choose a number of stack slots to clobber that is aligned. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need the comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed.
ec5babc to
7abdcf6
Compare
|
EWS run on previous version of this PR (hash 7abdcf6) Details |
|
Commit message contains (OOPS!), blocking PR #54173. Details: Build #27791 |
7abdcf6 to
76bce51
Compare
|
EWS run on current version of this PR (hash 76bce51) Details |
…epareForTailCallImpl https://bugs.webkit.org/show_bug.cgi?id=302776 Reviewed by Justin Michaud. This bug causes a build failure on 32 bit systems. Define the stackSlotsToClobber as a multiple of stackAlignmentBytes() to ensure that the stackBytesToClobber are always aligned on the stack. * Source/JavaScriptCore/wasm/WasmOMGIRGenerator32_64.cpp: (JSC::Wasm::prepareForTailCallImpl): Canonical link: https://commits.webkit.org/303530@main
76bce51 to
9f179c4
Compare
|
Committed 303530@main (9f179c4): https://commits.webkit.org/303530@main Reviewed commits have been landed. Closing PR #54173 and removing active labels. |
9f179c4
76bce51
🛠 win🧪 wpe-wk2🧪 win-tests🧪 ios-wk2🧪 ios-wk2-wpt🧪 api-mac-debug🧪 api-ios🧪 mac-wk1🧪 gtk-wk2🧪 mac-AS-debug-wk2🧪 vision-wk2🛠 playstation🧪 mac-intel-wk2