Add platform (x64 & arm64) specific optimized jit helpers for statics access (dotnet...
authorRahul Kumar <rahku@microsoft.com>
Thu, 13 Apr 2017 05:33:40 +0000 (22:33 -0700)
committerJan Kotas <jkotas@microsoft.com>
Thu, 13 Apr 2017 05:33:40 +0000 (22:33 -0700)
commite5b2af967c89f78fcd68c444de0b2adba1a8e9dd
tree5546d03895b78462be2d1f416e5a1f2bba30d4f7
parent3c6f3319cb7a4161f158c0a7423c1a056dfa3c61
Add platform (x64 & arm64) specific optimized jit helpers for statics access (dotnet/coreclr#10912)

Commit migrated from https://github.com/dotnet/coreclr/commit/4a2298203489a9b77ebe8e5c9116de35eb62c3ca
src/coreclr/src/vm/CMakeLists.txt
src/coreclr/src/vm/amd64/JitHelpers_SingleAppDomain.asm [new file with mode: 0644]
src/coreclr/src/vm/amd64/jithelpers_singleappdomain.S [new file with mode: 0644]
src/coreclr/src/vm/arm64/asmconstants.h
src/coreclr/src/vm/arm64/asmhelpers.S
src/coreclr/src/vm/arm64/asmhelpers.asm
src/coreclr/src/vm/arm64/stubs.cpp
src/coreclr/src/vm/jitinterfacegen.cpp