Any reason intrinsic heavy methods aren't marked with AggressiveInlining #1241
-
Looking through some AVX methods and I notice they aren't marked with it. Often intrinsic methods can have deceivingly large IL which results in the JIT failing to inline them when it is actually profitable. Is there a specific reason it isn't applied to hint the JIT in the right direction? |
Beta Was this translation helpful? Give feedback.
Answered by
JimBobSquarePants
Jun 19, 2020
Replies: 1 comment
-
No reason, just would have been missed. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JimBobSquarePants
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No reason, just would have been missed.