-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Processing dotnet/runtime#114845 (comment) command:
Command
-intel -disasm
using BenchmarkDotNet.Attributes;
public class Bench
{
[Benchmark]
public int FSharpArrayFromExpr()
{
var array = new int[5];
var num = 0uL;
var num2 = 1;
while (num < 5)
{
array[(nuint)num] = num2;
num2++;
num++;
}
var array2 = array;
return array2.Length + array2[1];
}
}(EgorBot will reply in this issue)
Metadata
Metadata
Assignees
Labels
No labels