GH-126910: reserve FP on AArch64 when generating JIT stencils#146520
GH-126910: reserve FP on AArch64 when generating JIT stencils#146520Fidget-Spinner merged 4 commits intopython:mainfrom
Conversation
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
This is a follow up of #143548
This is needed for #146071