diff options
author | Pat Gavlin <pgavlin@gmail.com> | 2017-05-01 10:21:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-01 10:21:28 -0700 |
commit | dd4d0dad2cb9485518056cab7ec75949db082805 (patch) | |
tree | fb5793b50cd31f39cb3f6a0997961c9a7feafc47 /Documentation/project-docs | |
parent | bbe8c52597930064df679edbe78c4430fb7dbe60 (diff) | |
parent | abd76724643106cfdbd7b6ae80f1551a6d6db511 (diff) | |
download | coreclr-dd4d0dad2cb9485518056cab7ec75949db082805.tar.gz coreclr-dd4d0dad2cb9485518056cab7ec75949db082805.tar.bz2 coreclr-dd4d0dad2cb9485518056cab7ec75949db082805.zip |
Merge pull request #11262 from pgavlin/NoCompatJit
Remove support for the x86 compat JIT from .NET Core.
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 |