-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Enable server garbage collection for ILSpy and ilspycmd #2286
Comments
Decompile mscorlib in my computer: no server gc: Decompile default assembly list (mscorlib, System, System.Core, System.Xml, System.Xaml, WindowsBase, PresentationCore, PresentationFramework) as solution in my computer: no server gc: |
Thanks for the hint! My run times with ILSpy (master c95da67): |
This results in significant performance improvements when decompiling a project/solution, cutting the run-time in half.
I'm not quite sure how this applies to ilspycmd, given that that is using .NET Core. |
Enabling server garbage collection can let ILSpy decompile large project 3x~4x and small project 2x~3x faster than before.
It is easy to enable it:
The text was updated successfully, but these errors were encountered: