You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
I saw this mentioned as drawback
Slower source-to-IL compilation, slower JIT compilation.
Does JIT compilations times outweigh performance penalty of using reflection?
The text was updated successfully, but these errors were encountered: