-
Microsoft
- Prague
Block or Report
Block or report janvorli
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
coreclr Public
Forked from dotnet/coreclr
This repo contains the .NET Core runtime, called CoreCLR. It is an execution engine for .NET apps, performing functions such as IL byte code loading, compilation to machine code and garbage collect…
C# 1
-
llilc Public
Forked from dotnet/llilc
This repo contains LLILC, an LLVM based compiler for .NET Core. It includes a set of cross-platform .NET code generation tools that enables compilation of MSIL byte code to LLVM supported platforms.
-
corefxlab Public
Forked from dotnet/corefxlab
This repo is for experimentation and exploring new ideas that may or may not make it into the main corefx repo.
C#
-
corert Public
Forked from dotnet/corert
This repo contains CoreRT, a .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying .NET Native compiler toolchain.
C#
-
cli Public
Forked from dotnet/cli
This repo contains the .NET Core command-line (CLI) tools, used for building .NET Core apps and libraries through your development flow (compiling, NuGet package management, running, testing, ...).
C#
-
corefx Public
Forked from dotnet/corefx
This repo contains the .NET Core foundational libraries, called CoreFX. It includes classes for collections, file systems, console, XML, async and many others.
C#
295 contributions in the last year
Contribution activity
February 2022
Created 2 commits in 1 repository
Created a pull request in dotnet/runtime that received 7 comments
Fix stack overflow tests to accept 800703E9 exit code too
Sometimes a process failing with stack overflow returns exit code 0x800703e9 (ERROR_STACK_OVERFLOW). This change updates the stack overflow test to…
Opened 2 other pull requests in 1 repository
dotnet/runtime
1
open
1
merged
Reviewed 10 pull requests in 1 repository
dotnet/runtime
10 pull requests
- Fix HelperMethodFrame::UpdateRegDisplay on x86
- Use CopyContext to restore saved context on X86
- align GC memory load calculation on Linux with Docker and Kubernetes
-
[LoongArch64] add the
coreclr/unwinder/loongarch64from the #62979. - Add linux-musl entry for FALLBACK_HOST_RID
- [LoongArch64] add the coreclr/pal directory
- Fix stack overflow tests to accept 800703E9 exit code too
- disable GetGCMemoryInfo on FreeBSD
- [LoongArch64] Add LoongArch64 support in libunwind.
- Fix LLC cache issue on Apple M1
Created an issue in dotnet/runtime that received 9 comments
AccessViolationException in MicroBenchmarks.Serializers.Json_FromString<MyEventsListerViewModel>.Jil_ benchmark
When running the dotnet/performance benchmarks with 7.0 preview 1 bits on my mac M1 ARM64 device, I've found that the MicroBenchmarks.Serializers.J…

