Clinton Ingram

Results 96 comments of Clinton Ingram

Further to our discord conversation, it would also be good to have the NAOT default since the opportunistic inclusion of all non-VEX instruction sets in addition to the baseline SSE2...

It's strange to compare BDN, which is a robust benchmarking *tool*, with Benchmarks Game, which has *game* right in the name. As a tool, BDN should handle real-world developer needs....

If the concern is over having NAOT possibly (probably?) show up as being slower than CoreCLR in typical use, perhaps a message from BDN about running with ILC defaults would...

I'm getting similar results with this project: https://github.com/saucecontrol/Blake2Fast/tree/azure-coverage What I've found is that when I run locally, I get correct results with netfx target on 32-bit ```CMD dotnet test tests\Blake2.Test...

Great, thanks! Mine doesn't look the same as #700, and actually it might not be the same as this one either. My tests aren't failing to run, only to generate...

I've tried coverlet.collectors before with no change in behavior, so I rolled back to the simpler config. I have just tried again with the latest version(s), and no change. I...

Ha, no problem 😄. I appreciate you looking into it. Created a new issue https://github.com/tonerdo/coverlet/issues/705

> If you have the specifications document could you share them with me? The spec Roslyn uses can be found [here](https://github.com/dotnet/csharplang/blob/main/spec/documentation-comments.md#processing-the-documentation-file), and the implementation is [here](http://sourceroslyn.io/#Microsoft.CodeAnalysis.CSharp/DocumentationComments/DocumentationCommentIDVisitor.cs) and [here](http://sourceroslyn.io/#Microsoft.CodeAnalysis.CSharp/DocumentationComments/DocumentationCommentIDVisitor.PartVisitor.cs). Note that...

Well that is *fascinating*. I happened to find this PR while looking up the source for `GenericInstanceType` to make sure I was navigating it correctly while re-working my own doc...

Now that we have access to SIMD intrinsics in .NET I consider everything fair 😄 But yeah, I'd rather have a managed implementation as well, and it will be fun...