Implement JIT_NewArr1_R2R as R2R wrapper for JIT_NewArr1 to support both MethodTable...
authorRuben Ayrapetyan <ruben-ayrapetyan@users.noreply.github.com>
Tue, 27 Jun 2017 18:31:03 +0000 (21:31 +0300)
committerJan Kotas <jkotas@microsoft.com>
Tue, 27 Jun 2017 18:31:03 +0000 (11:31 -0700)
commitc4d762aea9a2b9eeeef5e6af87bfd6716c76818c
treeb84daee713778f280b6281ad1ddb9393ab93855c
parent4f3f37b91d980e9761b849c380c89f066a09d0f9
Implement JIT_NewArr1_R2R as R2R wrapper for JIT_NewArr1 to support both MethodTable-based and TypeDesc-based helpers. (dotnet/coreclr#12475)

Related issue: dotnet/coreclr#12463

Commit migrated from https://github.com/dotnet/coreclr/commit/3951920cbd825c2b2251ba3572ca354f887d6033
13 files changed:
src/coreclr/src/inc/corinfo.h
src/coreclr/src/inc/jithelpers.h
src/coreclr/src/inc/readytorunhelpers.h
src/coreclr/src/jit/earlyprop.cpp
src/coreclr/src/jit/importer.cpp
src/coreclr/src/jit/utils.cpp
src/coreclr/src/jit/valuenum.cpp
src/coreclr/src/vm/jithelpers.cpp
src/coreclr/src/vm/jitinterface.cpp
src/coreclr/src/vm/jitinterface.h
src/coreclr/src/zap/zapinfo.cpp
src/coreclr/tests/src/readytorun/tests/newarray.cs [new file with mode: 0644]
src/coreclr/tests/src/readytorun/tests/newarray.csproj [new file with mode: 0644]