-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Add ZapDisable description #218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ZapDisable description #218
Conversation
Also, update some of the text, and fix an issue with the useLegacyJit config file syntax.
|
@richlander @cmckinsey PTAL |
docs/testing-with-ryujit.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Disabling the use of NGEN may result in significantly slower application startup times"
|
Just the one change for the above. Should we also include a section on "COMPLUS_JitMinOpts" along the methodimpl suggestion for broader opt disabling rather than just the one? |
|
@cmckinsey I updated the PR; PTAL |
|
Thanks for the updates. LGTM. |
|
Should this be in docs section here in dotnet or dotnet\coreclr? |
|
I'm just changing the doc the Rich started here. I'm not entirely sure what this repo is intended for. Also, we can't easily change the location (or even name of the doc or name of the sections) because it is the target of a number of external links now (I'm not sure where or how many at this point). |
Add ZapDisable description
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't true anymore, "Suppress JIT optimizations on module load" is off by default in 2015.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apparently so. The referenced MSDN document is wrong, then.
Also, update some of the text, and fix an issue with the useLegacyJit config file syntax.