Displaying 2 results from an estimated 2 matches for "jaykrell2".
2018 May 22
2
LLVM SEH docs -- enregistration of locals in nonvolatile registers?
...ored. Obviously cumbersome to access, but it lets you enregister them across calls like normal in the "original" function.
I haven't seen Visual C++ to such enregistration (nonvolatiles across calls in functions with EH), but you can do it in assembly.
nvlocala.asm here http://jaykrell2.blogspot.com/2017/10/windows-amd64-abi-nuances-part-1.html
I should change it to print the nonvolatiles from context to demonstrate the point.
- Jay
2018 May 24
0
LLVM SEH docs -- enregistration of locals in nonvolatile registers?
...but it
> lets you enregister them across calls like normal in the "original"
> function.
>
> I haven't seen Visual C++ to such enregistration (nonvolatiles across
> calls in functions with EH), but you can do it in assembly.
>
> nvlocala.asm here
> http://jaykrell2.blogspot.com/2017/10/windows-amd64-abi-nuances-part-1.html
>
> I should change it to print the nonvolatiles from context to demonstrate
> the point.
>
> - Jay
>
>
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists...