Permalink
Please sign in to comment.
Browse files
Keep FEATURE_MERGE_JIT_AND_ENGINE with refactored approach
- Loading branch information...
Showing
with
70 additions
and 47 deletions.
- +7 −4 clrdefinitions.cmake
- +0 −1 crossgen.cmake
- +1 −1 src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/debian/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
- +1 −1 src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/osx/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
- +1 −0 src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/rhel/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
- +1 −0 src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/ubuntu/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
- +1 −0 src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/win/Microsoft.NETCore.Runtime.CoreCLR.pkgproj
- +0 −2 src/coreclr/CMakeLists.txt
- +5 −1 src/dlls/mscoree/coreclr/CMakeLists.txt
- +1 −0 src/inc/corcompile.h
- +0 −1 src/jit/dll/CMakeLists.txt
- +4 −0 src/jit/standalone/CMakeLists.txt
- +5 −1 src/tools/crossgen/CMakeLists.txt
- +0 −3 src/vm/CMakeLists.txt
- +4 −9 src/vm/ceemain.cpp
- +11 −7 src/vm/codeman.cpp
- +1 −1 src/vm/codeman.h
- +10 −8 src/vm/jitinterface.cpp
- +3 −3 src/vm/pefile.cpp
- +14 −4 src/zap/zapper.cpp
0 comments on commit
140396f