DpdtInject icon indicating copy to clipboard operation
DpdtInject copied to clipboard

Slower source-to-IL compilation, slower JIT compilation.

Open ekalchev opened this issue 4 months ago • 1 comments

I saw this mentioned as drawback

Slower source-to-IL compilation, slower JIT compilation.

Does JIT compilations times outweigh performance penalty of using reflection?

ekalchev avatar Feb 28 '24 12:02 ekalchev

@ekalchev Hello.

Does JIT compilations times outweigh performance penalty of using reflection?

No, it does not outweigh , of course. Reflection is completely out of scope because its horrible performance. I mentioned these drawbacks because only for considerations of completeness. (I did not estimate its weight, and suspect it is small)

lsoft avatar Feb 28 '24 13:02 lsoft