Remove the varargs-based mdarray helper. (#62855)
authorJeremy Koritzinsky <jekoritz@microsoft.com>
Thu, 16 Dec 2021 23:11:50 +0000 (15:11 -0800)
committerGitHub <noreply@github.com>
Thu, 16 Dec 2021 23:11:50 +0000 (15:11 -0800)
commit562d1e7f8c5fa5bca2053e53be69b300e1955f5d
tree7057ae3dffc549221424e5c5c8afbb99a2a59147
parentd5f59506354aa3b94574bc79bda21673a1da9774
Remove the varargs-based mdarray helper. (#62855)
19 files changed:
docs/design/coreclr/botr/readytorun-format.md
src/coreclr/inc/corinfo.h
src/coreclr/inc/jiteeversionguid.h
src/coreclr/inc/jithelpers.h
src/coreclr/inc/readytorun.h
src/coreclr/inc/readytorunhelpers.h
src/coreclr/jit/importer.cpp
src/coreclr/jit/valuenum.cpp
src/coreclr/jit/valuenumfuncs.h
src/coreclr/tools/Common/Internal/Runtime/ReadyToRunConstants.cs
src/coreclr/tools/Common/JitInterface/CorInfoHelpFunc.cs
src/coreclr/tools/aot/ILCompiler.Compiler/Compiler/JitHelper.cs
src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs
src/coreclr/tools/aot/ILCompiler.ReadyToRun/JitInterface/CorInfoImpl.ReadyToRun.cs
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunSignature.cs
src/coreclr/tools/aot/ILCompiler.RyuJit/JitInterface/CorInfoImpl.RyuJit.cs
src/coreclr/vm/fcall.h
src/coreclr/vm/jithelpers.cpp
src/tests/readytorun/crossgen2/Program.cs