Producing standalone Jit for testing
authorKyungwoo Lee <kyulee@microsoft.com>
Mon, 5 Oct 2015 21:16:32 +0000 (14:16 -0700)
committerKyungwoo Lee <kyulee@microsoft.com>
Wed, 7 Oct 2015 19:33:42 +0000 (12:33 -0700)
commit465f56ef0c9c4b125d890e7ac0757e77d54e193c
treed209af87507d56ad3d3525d7f0a486bf0a1901d8
parent5f1ea77280c069eda75003014167771825d10b92
Producing standalone Jit for testing

protojit.dll (Windows) / libprotojit.so (*nix) is produced in addition, which is a standalone Jit that are not attached to CoreCLR.
Note CoreCLR still embeds such Jit by default same as before to not disrupt the existing clients.
This (same) standalone Jit can be used for other testing purpose and also this can be specified as an altjit as well in CoreCLR.
Added to nuget dev package.
src/.nuget/Microsoft.DotNet.CoreCLR.Debug.Development.nuspec
src/.nuget/Microsoft.DotNet.CoreCLR.Development.nuspec
src/jit/CMakeLists.txt
src/jit/ee_il_dll.cpp
src/jit/standalone/CMakeLists.txt [new file with mode: 0644]