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
It should be possible to mark some of our runtime functions with argmemonly readonly as they receive their type arguments indirectly via an array of type arguments.
I tried this in #14310 but tests failed. I did not have time to investigate why.
I mentioned that if that following situation in some form or another this annotation is not legal:
Type *args[5];
pointer->field = // inlined initializationarg[1] = pointerargmemonly(args)
However, we believe that this situation should? not arise. It might be worth investigating the failures.
The text was updated successfully, but these errors were encountered:
Additional Detail from JIRA
md5: 050d922fc6f6b8f37d1f70d51229bf7b
Issue Description:
It should be possible to mark some of our runtime functions with argmemonly readonly as they receive their type arguments indirectly via an array of type arguments.
I tried this in #14310 but tests failed. I did not have time to investigate why.
I mentioned that if that following situation in some form or another this annotation is not legal:
However, we believe that this situation should? not arise. It might be worth investigating the failures.
The text was updated successfully, but these errors were encountered: