Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum System.Runtime.CompilerServices.CompilationRelaxations

Assembly: System.Runtime

Specifies parameters that control the strictness of the code generated by the common language runtime's just-in-time (JIT) compiler.

Values

NoStringInterning
Marks an assembly as not requiring string-literal interning. In an application domain, the common language runtime creates one string object for each unique string literal, rather than making multiple copies. This behavior, called string interning, internally requires building auxiliary tables that consume memory resources.