Skip to content
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

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

Closed
ekalchev opened this issue Feb 28, 2024 · 1 comment
Closed

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

ekalchev opened this issue Feb 28, 2024 · 1 comment

Comments

@ekalchev
Copy link

I saw this mentioned as drawback

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

Does JIT compilations times outweigh performance penalty of using reflection?

@lsoft
Copy link
Owner

lsoft commented Feb 28, 2024

@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 lsoft closed this as completed Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants