I've deployed a WCF service to our server. In the web.config, I set the runtime environment to .Net 4.6 like this:
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/></startup>
This article makes it sound as though RyuJIT will be turned on by default. Is that correct? How do I know if I'm using RyuJIT or not?
https://github.com/Microsoft/dotnet/blob/master/docs/testing-with-ryujit.md