Remove support for the x86 compat JIT from .NET Core.
authorPat Gavlin <pagavlin@microsoft.com>
Wed, 26 Apr 2017 23:01:52 +0000 (16:01 -0700)
committerPat Gavlin <pagavlin@microsoft.com>
Thu, 27 Apr 2017 22:33:31 +0000 (15:33 -0700)
commitabd76724643106cfdbd7b6ae80f1551a6d6db511
tree45b66850ba2752be53f3b6c330c62774ca4db4a5
parent58b0918464bc68345371e81df0cbac07bafb8058
Remove support for the x86 compat JIT from .NET Core.

These changes remove support for the x86 compat JIT from the build, the
runtime, and the various perf/test scripts.

Fixes #10733, #10734.
20 files changed:
Documentation/project-docs/clr-configuration-knobs.md
build.cmd
buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json
clrdefinitions.cmake
perf.groovy
src/.nuget/Microsoft.NETCore.Jit/runtime.Windows_NT.Microsoft.NETCore.Jit.props
src/CMakeLists.txt
src/inc/clrconfigvalues.h
src/vm/codeman.cpp
src/vm/codeman.h
src/vm/eeconfig.cpp
src/vm/eeconfig.h
src/vm/jitinterface.cpp
tests/protononjit_testenv.cmd [new file with mode: 0644]
tests/scripts/run-throughput-perf.py
tests/scripts/run-xunit-perf.cmd
tests/x86/compatjit_x86_testenv.cmd [deleted file]
tests/x86/legacyjit_x86_testenv.cmd [deleted file]
tests/x86/ryujit_x86_testenv.cmd [deleted file]
tests/x86_jit32_issues.targets [deleted file]