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
CoreClr appears to have faster casting helpers than NativeAOT. #84430 (comment)
That means the NativeAOT helpers could likely be improved, since conceptually they should be applying similar logic.
It is worth compare the code of the helpers and related typesystem bits to see what can be copied/unified from whichever is a faster implementation.
The text was updated successfully, but these errors were encountered:
CoreClr appears to have faster casting helpers than in NativeAOT. #84430 (comment)
That means the NativeAOT helpers could likely be improved, since conceptually they should be applying similar logic.
It is worth compare the code of the helpers and related typesystem bits to see what can be copied/unified form the faster implementation.
CoreClr appears to have faster casting helpers than NativeAOT. #84430 (comment)
That means the NativeAOT helpers could likely be improved, since conceptually they should be applying similar logic.
It is worth compare the code of the helpers and related typesystem bits to see what can be copied/unified from whichever is a faster implementation.
The text was updated successfully, but these errors were encountered: