https://github.com/jjonescz/roslynissue56875

https://github.com/jjonescz/roslynissue56875

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.0%) to scientific vocabulary
Last synced: 4 months ago · JSON representation

Repository

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 2 years ago · Last pushed about 2 years ago
Metadata Files
Readme

README.md

ps1 dotnet run -f net8.0 --runtimes net8.0 net481

BenchmarkDotNet v0.13.10, Windows 11 (10.0.22631.2715/23H2/2023Update/SunValley3) (Hyper-V) Intel Xeon Platinum 8370C CPU 2.80GHz, 1 CPU, 16 logical and 8 physical cores .NET SDK 8.0.100 [Host] : .NET 8.0.0 (8.0.23.53103), X64 RyuJIT AVX2 Job-DGVKHI : .NET 8.0.0 (8.0.23.53103), X64 RyuJIT AVX2 Job-QVBRTI : .NET Framework 4.8.1 (4.8.9181.0), X64 RyuJIT VectorSize=256

| Method | Runtime | Mean | Ratio | Code Size | |------- |--------------------- |----------:|------:|----------:| | Before | .NET 8.0 | 0.3349 ns | 1.00 | 38 B | | After | .NET 8.0 | 0.1841 ns | 0.55 | 36 B | | Before | .NET Framework 4.8.1 | 1.3028 ns | 3.88 | 114 B | | After | .NET Framework 4.8.1 | 0.4789 ns | 1.43 | 55 B |

.NET 8.0.0 (8.0.23.53103), X64 RyuJIT AVX2

assembly ; RoslynIssue56875.Benchmarks.Before(System.Nullable`1<System.DateTime>) ; public bool Before(DateTime? d) => d == DateTime.MaxValue; ; ^^^^^^^^^^^^^^^^^^^^^^ movzx eax,byte ptr [rdx] mov rcx,[rdx+8] test al,al je short M00_L00 mov rax,2BCA2875F4373FFF xor rax,rcx shl rax,2 sete al movzx eax,al ret M00_L00: xor eax,eax ret ; Total bytes of code 38

.NET 8.0.0 (8.0.23.53103), X64 RyuJIT AVX2

assembly ; RoslynIssue56875.Benchmarks.After(System.Nullable`1<System.DateTime>) ; public bool After(DateTime? d) => d.HasValue && d.GetValueOrDefault() == DateTime.MaxValue; ; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cmp byte ptr [rdx],0 je short M00_L00 mov rax,[rdx+8] mov rcx,2BCA2875F4373FFF xor rax,rcx shl rax,2 sete al movzx eax,al ret M00_L00: xor eax,eax ret ; Total bytes of code 36

.NET Framework 4.8.1 (4.8.9181.0), X64 RyuJIT VectorSize=256

assembly ; RoslynIssue56875.Benchmarks.Before(System.Nullable`1<System.DateTime>) sub rsp,18 vzeroupper xor eax,eax mov [rsp+8],rax mov [rsp+10],rax ; public bool Before(DateTime? d) => d == DateTime.MaxValue; ; ^^^^^^^^^^^^^^^^^^^^^^ vmovdqu xmm0,xmmword ptr [rdx] vmovdqu xmmword ptr [rsp+8],xmm0 mov rax,1BD1EDA1160 mov rax,[rax] mov rdx,[rax+8] cmp byte ptr [rsp+8],0 jne short M00_L00 xor eax,eax add rsp,18 ret M00_L00: cmp byte ptr [rsp+8],0 jne short M00_L01 mov eax,1 add rsp,18 ret M00_L01: mov rax,[rsp+10] mov rcx,3FFFFFFFFFFFFFFF and rax,rcx and rdx,rcx cmp rax,rdx sete al movzx eax,al add rsp,18 ret ; Total bytes of code 114

.NET Framework 4.8.1 (4.8.9181.0), X64 RyuJIT VectorSize=256

assembly ; RoslynIssue56875.Benchmarks.After(System.Nullable`1<System.DateTime>) cmp byte ptr [rdx],0 je short M00_L00 mov rax,[rdx+8] mov rdx,1C2E9031160 mov rdx,[rdx] mov rdx,[rdx+8] mov rcx,3FFFFFFFFFFFFFFF and rax,rcx and rdx,rcx cmp rax,rdx sete al movzx eax,al ret ; public bool After(DateTime? d) => d.HasValue && d.GetValueOrDefault() == DateTime.MaxValue; ; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ M00_L00: xor eax,eax ret ; Total bytes of code 55

Owner

  • Name: Jan Jones
  • Login: jjonescz
  • Kind: user
  • Location: Prague, Czech Republic
  • Company: @Microsoft

C# (Roslyn) compiler dev at @Microsoft

GitHub Events

Total
Last Year

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 1
  • Total Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Jan Jones j****s@m****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

RoslynIssue56875.csproj nuget
  • BenchmarkDotNet 0.13.10
  • BenchmarkDotNet.Diagnostics.Windows 0.13.10