Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upHighlights
- Arctic Code Vault Contributor
Pinned
377 contributions in the last year
Contribution activity
July 2020
Created a pull request in icsharpcode/ILSpy that received 1 comment
Remove redundant StatementTransform pass.
This duplicate pass only made sense back when we ran CopyPropagation as part of the BlockILTransform. Adjust IndexRangeTransform Adjust Expressi…
+70
−31
•
1
comment
Created an issue in dotnet/roslyn that received 1 comment
Cast to nint has different semantics for constants vs. run-time
Version Used: VS2019 16.7.0 Preview 3.1
Steps to Reproduce:
public static void Main() { const long a = long.MaxValue; long b = long.MaxValue; nint…
1
comment