diff options
author | Pat Gavlin <pagavlin@microsoft.com> | 2017-04-26 16:01:52 -0700 |
---|---|---|
committer | Pat Gavlin <pagavlin@microsoft.com> | 2017-04-27 15:33:31 -0700 |
commit | abd76724643106cfdbd7b6ae80f1551a6d6db511 (patch) | |
tree | 45b66850ba2752be53f3b6c330c62774ca4db4a5 /Documentation/project-docs | |
parent | 58b0918464bc68345371e81df0cbac07bafb8058 (diff) | |
download | coreclr-abd76724643106cfdbd7b6ae80f1551a6d6db511.tar.gz coreclr-abd76724643106cfdbd7b6ae80f1551a6d6db511.tar.bz2 coreclr-abd76724643106cfdbd7b6ae80f1551a6d6db511.zip |
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.
Diffstat (limited to 'Documentation/project-docs')
-rw-r--r-- | Documentation/project-docs/clr-configuration-knobs.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/project-docs/clr-configuration-knobs.md b/Documentation/project-docs/clr-configuration-knobs.md index 63f094b8ee..3787666174 100644 --- a/Documentation/project-docs/clr-configuration-knobs.md +++ b/Documentation/project-docs/clr-configuration-knobs.md @@ -303,9 +303,6 @@ Name | Description | Type | Class | Default Value | Flags `StackSamplingNumMethods` | Number of evolving methods to track as hot and JIT them in the background at a given point of execution. | DWORD | UNSUPPORTED | 32 | `AltJitNgen` | Enables AltJit for NGEN and selectively limits it to the specified methods. | STRING | INTERNAL | | REGUTIL_default `JitNoCMOV` | | DWORD | INTERNAL | 0 | REGUTIL_default -`UseRyuJIT` | Set to 1 by .NET 4.6 installer to indicate RyuJIT should be used, not JIT64. | DWORD | INTERNAL | 0 | IgnoreEnv / IgnoreHKCU / IgnoreConfigFiles -`useLegacyJit` | Set to 1 to do all JITing with compatjit.dll. Only applicable to x64. | DWORD | EXTERNAL | 0 | -`DisableNativeImageLoadList` | Refuse to load native images corresponding to one of the assemblies on this semicolon-delimited list of assembly names. | STRING | EXTERNAL | | REGUTIL_default `JitValNumCSE` | Enables ValNum CSE for the specified methods | STRING | INTERNAL | | REGUTIL_default `JitLexicalCSE` | Enables Lexical CSE for the specified methods | STRING | INTERNAL | | REGUTIL_default `JitNoCSE` | | DWORD | INTERNAL | 0 | REGUTIL_default |