Skip to content

[don't review] disable string intrinsics - #124445

Closed
EgorBo wants to merge 1 commit into
dotnet:mainfrom
EgorBo:egorbot-test
Closed

[don't review] disable string intrinsics#124445
EgorBo wants to merge 1 commit into
dotnet:mainfrom
EgorBo:egorbot-test

Conversation

@EgorBo

Copy link
Copy Markdown
Member

just a test PR to test egorbot

CopilotAI review requested due to automatic review settings February 15, 2026 18:37
@github-actionsgithub-actionsBot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Feb 15, 2026

This comment was marked as resolved.

@dotnetdotnet deleted a comment from dotnet-policy-serviceBotFeb 17, 2026
@EgorBo

Copy link
Copy Markdown
MemberAuthor

@EgorBt -intel --filter "IPAddress"

usingSystem;

@EgorBo

Copy link
Copy Markdown
MemberAuthor

@EgorBt -local_x64

usingSystem;usingBenchmarkDotNet.Attributes;publicclassBenchmarks{string_data="https://github.com/dotnet/runtime/pulls";[Benchmark]publicboolStartsWith2()=>_data.StartsWith("HTTPS://github.com/dotnet/runtime",StringComparison.OrdinalIgnoreCase);}

@EgorBot

Copy link
Copy Markdown

Benchmark job submitted. Tracking progress at EgorBot/runtime-utils#619

@EgorBo

Copy link
Copy Markdown
MemberAuthor

@EgorBt -local_x64

usingSystem;usingBenchmarkDotNet.Attributes;publicclassBenchmarks{string_data="https://github.com/dotnet/runtime/pulls";[Benchmark]publicboolStartsWith2()=>_data.StartsWith("HTTPS://github.com/dotnet/runtime",StringComparison.OrdinalIgnoreCase);}

@EgorBot

Copy link
Copy Markdown

Failed to submit the benchmark job to EgorBot. Please try again later.

@EgorBo

Copy link
Copy Markdown
MemberAuthor

@EgorBt -local_x64

usingSystem;usingBenchmarkDotNet.Attributes;publicclassBenchmarks{string_data="https://github.com/dotnet/runtime/pulls";[Benchmark]publicboolStartsWith2()=>_data.StartsWith("HTTPS://github.com/dotnet/runtime",StringComparison.OrdinalIgnoreCase);}

@EgorBot

Copy link
Copy Markdown

Benchmark job submitted. Tracking progress at EgorBot/runtime-utils#620

@EgorBo

Copy link
Copy Markdown
MemberAuthor

@EgorBt -local_x64

usingSystem;usingBenchmarkDotNet.Attributes;publicclassBenchmarks{string_data="https://github.com/dotnet/runtime/pulls";[Benchmark]publicboolStartsWith2()=>_data.StartsWith("HTTPS://github.com/dotnet/runtime",StringComparison.OrdinalIgnoreCase);}

@EgorBo

Copy link
Copy Markdown
MemberAuthor

@EgorBt -aws_x64

usingSystem;usingBenchmarkDotNet.Attributes;publicclassBenchmarks{string_data="https://github.com/dotnet/runtime/pulls";[Benchmark]publicboolStartsWith2()=>_data.StartsWith("HTTPS://github.com/dotnet/runtime",StringComparison.OrdinalIgnoreCase);}

@EgorBo

Copy link
Copy Markdown
MemberAuthor

@EgorBt -aws_arm

usingSystem;usingBenchmarkDotNet.Attributes;publicclassBenchmarks{string_data="https://github.com/dotnet/runtime/pulls";[Benchmark]publicboolStartsWith2()=>_data.StartsWith("HTTPS://github.com/dotnet/runtime",StringComparison.OrdinalIgnoreCase);}

@EgorBo

Copy link
Copy Markdown
MemberAuthor

@EgorBt -amd -windows_x64

using System;
using BenchmarkDotNet.Attributes;
public class Benchmarks
{
string _data = "https://github.com/dotnet/runtime/pulls";
[Benchmark]
public bool StartsWith2() => _data.StartsWith("HTTPS://github.com/dotnet/runtime", StringComparison.OrdinalIgnoreCase);
}

@EgorBo

Copy link
Copy Markdown
MemberAuthor

@EgorBot -amd -windows_x64

using System;
using BenchmarkDotNet.Attributes;
public class Benchmarks
{
string _data = "https://github.com/dotnet/runtime/pulls";
[Benchmark]
public bool StartsWith2() => _data.StartsWith("HTTPS://github.com/dotnet/runtime", StringComparison.OrdinalIgnoreCase);
}

@EgorBo

Copy link
Copy Markdown
MemberAuthor

@EgorBot -windows_x64 -osx_arm64

using System;
using BenchmarkDotNet.Attributes;
public class Benchmarks
{
string _data = "https://github.com/dotnet/runtime/pulls";
[Benchmark]
public bool StartsWith2() => _data.StartsWith("HTTPS://github.com/dotnet/runtime", StringComparison.OrdinalIgnoreCase);
}

@EgorBo

Copy link
Copy Markdown
MemberAuthor

@EgorBot -windows_x64 -osx_arm64

using System;
using BenchmarkDotNet.Attributes;
public class Benchmarks
{
string _data = "https://github.com/dotnet/runtime/pulls";
[Benchmark]
public bool StartsWith2() => _data.StartsWith("HTTPS://github.com/dotnet/runtime", StringComparison.OrdinalIgnoreCase);
}

@EgorBo

Copy link
Copy Markdown
MemberAuthor

@EgorBot -windows_x64 -osx_arm64 -helix_linux_x64

using System;
using BenchmarkDotNet.Attributes;
public class Benchmarks
{
string _data = "https://github.com/dotnet/runtime/pulls";
[Benchmark]
public bool StartsWith2() => _data.StartsWith("HTTPS://github.com/dotnet/runtime", StringComparison.OrdinalIgnoreCase);
}

@EgorBo

Copy link
Copy Markdown
MemberAuthor

@EgorBot -arm

usingSystem;usingBenchmarkDotNet.Attributes;publicclassBenchmarks{string_data="https://github.com/dotnet/runtime/pulls";[Benchmark]publicboolStartsWith3()=>_data.StartsWith("HTTPS://github.com/dotnet/runtime",StringComparison.OrdinalIgnoreCase);}

@EgorBo

Copy link
Copy Markdown
MemberAuthor

@EgorBot -arm

usingSystem;usingBenchmarkDotNet.Attributes;publicclassBenchmarks{string_data="https://github.com/dotnet/runtime/pulls";[Benchmark]publicboolStartsWith3()=>_data.StartsWith("HTTPS://github.com/dotnet/runtime",StringComparison.OrdinalIgnoreCase);}

@EgorBo

Copy link
Copy Markdown
MemberAuthor

@EgorBot -arm

usingSystem;usingBenchmarkDotNet.Attributes;publicclassBenchmarks{string_data="https://github.com/dotnet/runtime/pulls";[Benchmark]publicboolStartsWith3()=>_data.StartsWith("HTTPS://github.com/dotnet/runtime",StringComparison.OrdinalIgnoreCase);}

@EgorBo

Copy link
Copy Markdown
MemberAuthor

@EgorBot -arm -amd -windows_intel -windows_arm

usingSystem;usingBenchmarkDotNet.Attributes;publicclassBenchmarks{string_data="https://github.com/dotnet/runtime/pulls";[Benchmark]publicboolStartsWith3()=>_data.StartsWith("HTTPS://github.com/dotnet/runtime",StringComparison.OrdinalIgnoreCase);}

@EgorBo

Copy link
Copy Markdown
MemberAuthor

@EgorBot -windows_intel -windows_arm

usingSystem;usingBenchmarkDotNet.Attributes;publicclassBenchmarks{string_data="https://github.com/dotnet/runtime/pulls";[Benchmark]publicboolStartsWith3()=>_data.StartsWith("HTTPS://github.com/dotnet/runtime",StringComparison.OrdinalIgnoreCase);}

@EgorBo

Copy link
Copy Markdown
MemberAuthor

@EgorBot -arm -windows_x64 -windows_arm

usingSystem;usingBenchmarkDotNet.Attributes;publicclassBenchmarks{string_data="https://github.com/dotnet/runtime/pulls";[Benchmark]publicboolStartsWith3()=>_data.StartsWith("HTTPS://github.com/dotnet/runtime",StringComparison.OrdinalIgnoreCase);}

@EgorBo

Copy link
Copy Markdown
MemberAuthor

@EgorBot -arm

usingSystem;usingBenchmarkDotNet.Attributes;publicclassBenchmarks{string_data="https://github.com/dotnet/runtime/pulls";[Benchmark]publicboolStartsWith3()=>_data.StartsWith("HTTPS://github.com/dotnet/runtime",StringComparison.OrdinalIgnoreCase);}

@EgorBo

Copy link
Copy Markdown
MemberAuthor

@EgorBot -arm

usingSystem;usingBenchmarkDotNet.Attributes;publicclassBenchmarks{string_data="https://github.com/dotnet/runtime/pulls";[Benchmark]publicboolStartsWith3()=>_data.StartsWith("HTTPS://github.com/dotnet/runtime",StringComparison.OrdinalIgnoreCase);}

@EgorBo

Copy link
Copy Markdown
MemberAuthor

@EgorBot -windows_x64 -windows_arm

usingSystem;usingBenchmarkDotNet.Attributes;publicclassBenchmarks{string_data="https://github.com/dotnet/runtime/pulls";[Benchmark]publicboolStartsWith3()=>_data.StartsWith("HTTPS://github.com/dotnet/runtime",StringComparison.OrdinalIgnoreCase);}

@EgorBo

Copy link
Copy Markdown
MemberAuthor

@EgorBot -amd -intel -arm

usingSystem;usingBenchmarkDotNet.Attributes;publicclassBenchmarks{string_data="https://github.com/dotnet/runtime/pulls";[Benchmark]publicboolStartsWith3()=>_data.StartsWith("HTTPS://github.com/dotnet/runtime",StringComparison.OrdinalIgnoreCase);}

@EgorBo

Copy link
Copy Markdown
MemberAuthor

@EgorBot -amd -intel -arm

usingSystem;usingBenchmarkDotNet.Attributes;publicclassBenchmarks{string_data="https://github.com/dotnet/runtime/pulls";[Benchmark]publicboolStartsWith3()=>_data.StartsWith("HTTPS://github.com/dotnet/runtime",StringComparison.OrdinalIgnoreCase);}

@EgorBo

Copy link
Copy Markdown
MemberAuthor

@EgorBot -amd -intel -amd -profiler

usingSystem;usingBenchmarkDotNet.Attributes;publicclassBenchmarks{string_data="https://github.com/dotnet/runtime/pulls";[Benchmark]publicboolStartsWith3()=>_data.StartsWith("HTTPS://github.com/dotnet/runtime",StringComparison.OrdinalIgnoreCase);}

@EgorBo

Copy link
Copy Markdown
MemberAuthor

@EgorBot -arm -windows_intel -amd -profiler

usingSystem;usingBenchmarkDotNet.Attributes;publicclassBenchmarks{string_data="https://github.com/dotnet/runtime/pulls";[Benchmark]publicboolStartsWith4()=>_data.StartsWith("HTTPS://github.com/dotnet/runtime",StringComparison.OrdinalIgnoreCase);}

@EgorBo

Copy link
Copy Markdown
MemberAuthor

@EgorBot -arm -windows_intel -amd -profiler

usingSystem;usingBenchmarkDotNet.Attributes;publicclassBenchmarks{string_data="https://github.com/dotnet/runtime/pulls";[Benchmark]publicboolStartsWith4()=>_data.StartsWith("HTTPS://github.com/dotnet/runtime",StringComparison.OrdinalIgnoreCase);}

@EgorBoEgorBo closed this Mar 2, 2026
@github-actionsgithub-actionsBot locked and limited conversation to collaborators Apr 2, 2026
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@EgorBo@EgorBot