Uh oh!
There was an error while loading. Please reload this page.
Convert some more array FCalls to managed - #102739
Conversation
Tagging subscribers to this area: @mangod9 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| { | ||
| switch (pMT->ComponentSize) | ||
| { | ||
| case 1: |
There was a problem hiding this comment.
Can we use sizeof(byte) and corresponding primitives for this switch statement?
There was a problem hiding this comment.
We are using such pattern in CoreLib. Sounds reasonable.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Aaron Robinson <arobins@microsoft.com> Co-authored-by: Jan Kotas <jkotas@microsoft.com>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Aaron Robinson <arobins@microsoft.com>
jkotas
commented
Jun 27, 2024
The timeout tests passed before a minor comment-only change |
jkotas
commented
Jun 27, 2024
Thank you! |
Merge
IsSimpleCopyandCanAssignArrayTypeagain.Reused code for
PrimitiveWiden.Also include
InitializeArrayandGetSpanDataFrom. They are expanded in JIT so the managed definition is less performance critical.There would be no more FCalls in
Arraytype now.