Block or Report
Block or report kunalspathak
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned Loading
-
performance Public
Forked from dotnet/performance
This repo contains benchmarks used for testing the performance of all .NET Runtimes
C#
-
runtime Public
Forked from dotnet/runtime
.NET is a cross-platform runtime for cloud, IoT, and desktop apps.
C#
-
658 contributions in the last year
Less
More
Contribution activity
December 2021
Created 6 commits in 2 repositories
Created a pull request in dotnet/runtime that received 23 comments
Filter blocks to be used for hiding alignment instruction
Using bbNaturalLoopNum track which blocks are in a loop and do not use those blocks for hiding align instruction.
Also do not use blocks that are …
+31
−14
•
23
comments
Opened 4 other pull requests in 1 repository
Reviewed 10 pull requests in 2 repositories
dotnet/runtime
9 pull requests
- Fix SuperPMI unit test 'strip' behavior
- Clarifying a comment in genFMAIntrinsic
- Ensure that FMA codegen operand swapping matches the lsra selections
- Fix superpmi.exe handling of exclusion lists
- Fix superpmi.py collect script
- Reduce repeated variable add operations to a single multiply.
- Filter blocks to be used for hiding alignment instruction
- Optimize FMA codegen base on the overwritten
- Improve SuperPMI temp filename creation
dotnet/performance
1 pull request
Created an issue in dotnet/runtime that received 5 comments
Assertion failed '(op3Reg != targetReg) || (op1Reg == targetReg)' during 'Generate code'
Superpmi replay is failing for following method on windows-x64
Most likely because of #58196
ISSUE: <ASSERT> D:\a\_work\1\s\src\coreclr\jit\emitxar…
5
comments