-
[Job](https://mihubot.xyz/runtime-utils/Eh-5Rr2A) completed in 19 minutes 50 seconds.
https://github.com/dotnet/runtime/pull/109715
### Diffs
Diffs
```
Found 280 files with textual diffs.
Summary…
-
-
I've tried to find a minimal example to reproduce this for a while now, but then get different errors or none at all, so here's the original one (I'll add the other traces collapsed at the end):
Rep…
-
Some code ([Godbolt link](https://zig.godbolt.org/z/cxE9xsTr1)):
```zig
const std = @import("std");
const Chunk = @Vector(64, u8);
export fn foo(chunk: Chunk, a: Chunk, b: Chunk) u64 {
co…
-
[Job](https://mihubot.xyz/runtime-utils/Eh7czk6A) completed in 20 minutes 19 seconds.
https://github.com/dotnet/runtime/pull/109715
### Diffs
Diffs
```
Found 279 files with textual diffs.
Summary…
-
[Job](https://mihubot.xyz/runtime-utils/Eh7WDdk) completed in 20 minutes 16 seconds.
https://github.com/dotnet/runtime/pull/109715
### Diffs
Diffs
```
Found 280 files with textual diffs.
Summary …
-
**The problem/use-case that the feature addresses**
A customer reached out to ask why their memory usage is very high. The customer had 40 bytes values and roughly 900 million keys. They compute th…
-
### Description
Given simple benchmark code
```cs
using BenchmarkDotNet.Attributes;
[DisassemblyDiagnoser]
public class EnumTest {
readonly List list = ["hello", "world", "foo", "bar"];
…
-
I just saw this scenario in my real code (simplified):
```zig
export fn foo(s: u64) u64 {
const iter = s & ~(s
-
When switching from the `BitConverter.ToUInt64` hack to the more readable `StartsWith(literal)`, the codegen slightly regresses (doesn't matter for actual perf in this case).
```c#
private static rea…