Skip to content

ILSpy slow analysis version 7.1 versus 2.4 #2592

Discussion options

You must be logged in to vote

I am very sorry to hear this, as ILSpy 4.0 and later should perform better than ILSpy 2.x in terms of memory usage, as we are no longer using Mono.Cecil and have removed one extra layer from our object model (so that's two layers less in total).

Please note that, decompilation speed might be a bit slower compared to 2.x in some cases, as we now use a very structured approach. The new decompiler engine performs much more work to produce correct method calls and member accesses, as it takes all available type information and conversions into account. Whereas the old engine only did some kind of "hand-waving" approximation when it comes to conversions.

The analysis engine was rewritten from …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@siegfriedpammer
Comment options

@siegfriedpammer
Comment options

Answer selected by siegfriedpammer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants