Stephen Toub
Stephen Toub
Presumably it's https://github.com/dotnet/runtime/issues/16341.
While I appreciate the contribution, this doesn't seem generally valuable enough to take. I can't find meaningful examples where this would kick in (can you point to some call sites...
Failure is https://github.com/dotnet/runtime/issues/73247
@adamsitnik, can you please review this? Thanks.
Thanks for reviewing, Adam.
> this is likely representative of the jump to IndexOfAnyExceptValueType and branch cost for checking the length. To be clear, I wasn't referring to the case where there are fewer...
This would be super helpful.
> It probably does not meet the bar but I'd love to merge it in .NET 7.0, but no strong opinion FWIW, I would love that, too :) (as long...
I have no problem with us adding CompareExchange overloads for byte/short/etc. if every architecture we target and envision targeting supports them. Same for overloads of other existing APIs we have,...
> Can you add a nuint overload to your proposal? That's https://github.com/dotnet/runtime/issues/45103. > But it might be useful to add CompareExchangeNInt I don't think we should do that.