Record callee saves in patchpoint info (#65196)
authorAndy Ayers <andya@microsoft.com>
Fri, 11 Feb 2022 21:23:33 +0000 (13:23 -0800)
committerGitHub <noreply@github.com>
Fri, 11 Feb 2022 21:23:33 +0000 (13:23 -0800)
commit0b61a12b23eb9157b5b692c833dd1e7e2ce49d9a
tree6a3bd8a60ab0ef5010d4cc2cf8d4c5767f29b492
parent10aaeef88ff507c474b140e4330bf0f600b86070
Record callee saves in patchpoint info (#65196)

Preparatory work for fixing the x64 epilog unwind problem for OSR methods.
Changes the jit guid since the PatchpointInfo data structure is altered.
src/coreclr/inc/jiteeversionguid.h
src/coreclr/inc/patchpointinfo.h
src/coreclr/jit/compiler.cpp