Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: arm64 osr funclet frame probing
We currently need to pad OSR funclet frames with the full size of the Tier0 frame, and this paddign sits above the register save area. For large Tier0 frames we thus need to probe the stack in the OSR prolog for type1 and type3 frames, before doing the initial SP adjustment and save. Longer term the plan is to revise arm64 OSR so we will not need to do this padding; at that point we can remove this extra probing. Fixes dotnet#70263.
- Loading branch information