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

Optimize IntrinsicFunctions.getTypeInfo. #13858

Merged
merged 3 commits into from
Oct 5, 2022

Conversation

teo-tsirpanis
Copy link
Contributor

It became generic, allowing it to be optimized by the JIT if it gets passed a value type, and IsDefined was used in certain cases instead of `GetCustomAttributes.

teo-tsirpanis and others added 3 commits September 7, 2022 18:51
It became generic, allowing it to be optimized by the JIT if it gets passed a value type, and `IsDefined` was used in certain cases instead of `GetCustomAttributes.
@0101 0101 merged commit d1bf297 into dotnet:main Oct 5, 2022
@teo-tsirpanis teo-tsirpanis deleted the gettypeinfo-opt branch October 5, 2022 10:45
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

Successfully merging this pull request may close these issues.

None yet

4 participants