Displaying 1 result from an estimated 1 matches for "ignorespupdates".
2019 Jul 31
0
Stackmap offset computation on AArch64
Thanks for the pointers! The problem was that the offset was mistakenly computed in the way it should be for Win64 exception handling. This is now fixed by taking the IgnoreSPUpdates argument into account in AArch64FrameLowering::getFrameIndexReferencePreferSP.
Loïc
> On 30 Jul 2019, at 20:21, Philip Reames <listmail at philipreames.com> wrote:
>
> Looking at PrologEpilogInserter and searching for STATEPOINT is a a good starting point.
>
> Philip
>...