Add platform (x64 & arm64) specific optimized jit helpers for statics access (#10912)
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)
commit4a2298203489a9b77ebe8e5c9116de35eb62c3ca
tree1a3c488930739410b2c8d50396bc953b1ed186bf
parent402cea75d76b210e7f061d0587d46daa27062e01
Add platform (x64 & arm64) specific optimized jit helpers for statics access (#10912)
src/vm/CMakeLists.txt
src/vm/amd64/JitHelpers_SingleAppDomain.asm [new file with mode: 0644]
src/vm/amd64/jithelpers_singleappdomain.S [new file with mode: 0644]
src/vm/arm64/asmconstants.h
src/vm/arm64/asmhelpers.S
src/vm/arm64/asmhelpers.asm
src/vm/arm64/stubs.cpp
src/vm/jitinterfacegen.cpp