Report registers as dead in GCInfo before the RhpPInvoke helper. (#14664)
authorSergey Andreenko <seandree@microsoft.com>
Tue, 24 Oct 2017 03:45:04 +0000 (20:45 -0700)
committerJan Kotas <jkotas@microsoft.com>
Tue, 24 Oct 2017 03:45:04 +0000 (20:45 -0700)
commit2207dadf19fc976c6ccd04e12d46924a7b733457
tree1f77037dfd1c3c32cc2ab85c725dbf52757e65ad
parent5d66791a3a1932d2afcd3ef58dd0df91323662cb
Report registers as dead in GCInfo before the RhpPInvoke helper. (#14664)

* move killGCRefs to the compiler

It makes it accessible from codegen.

* use killGCRefs in codeGen

It terminates live of GCRefs before RhpPInvoke.

* small ref
src/jit/codegenarmarch.cpp
src/jit/codegenxarch.cpp
src/jit/compiler.cpp
src/jit/compiler.h
src/jit/lsra.cpp
src/jit/lsra.h