Uh oh!
There was an error while loading. Please reload this page.
GH-126910: reserve FP on AArch64 when generating JIT stencils - #146520
Conversation
diegorusso
commented
Mar 27, 2026
Fair point. Without it, stencils generation fails on Darwin because they introduce new relocation like On Darwin, I thought to put it everywhere because the JIT stencils do not use object-file unwind metadata at all. If you prefer I can put it on Darwin AArch64 only. |
I've update the PR to do it just on Linux AArch64. macOS requires more investigation as the code generation is slightly different. |
Patch by Diego Russo
Uh oh!
There was an error while loading. Please reload this page.
This is a follow up of #143548
This is needed for #146071