Pinned Repositories
coreclr
This repo contains the .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes.
corefx
CoreFX is the foundational class libraries for .NET Core. It includes types for collections, file systems, console, JSON, XML, async and many others.
corert
This repo contains CoreRT, a .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying .NET Native compiler toolchain.
diagnostics
This repository contains the source code for various .NET Core runtime diagnostic tools and documents.
docs
This repository contains .NET Documentation.
gcsort
JitBench
Repo for testing JIT stuff
performance
This repo contains benchmarks used for testing the performance of all .NET Runtimes
perfview
PerfView is a CPU and memory performance-analysis tool
runtime
.NET is a cross-platform runtime and libraries, for cloud, IoT and desktop apps. It includes a garbage collector, JIT compiler, primitive data types and class libraries.
PeterSolMS's Repositories
PeterSolMS/corert
This repo contains CoreRT, a .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying .NET Native compiler toolchain.
PeterSolMS/coreclr
This repo contains the .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes.
PeterSolMS/corefx
CoreFX is the foundational class libraries for .NET Core. It includes types for collections, file systems, console, JSON, XML, async and many others.
PeterSolMS/diagnostics
This repository contains the source code for various .NET Core runtime diagnostic tools and documents.
PeterSolMS/docs
This repository contains .NET Documentation.
PeterSolMS/gcsort
PeterSolMS/JitBench
Repo for testing JIT stuff
PeterSolMS/performance
This repo contains benchmarks used for testing the performance of all .NET Runtimes
PeterSolMS/perfview
PerfView is a CPU and memory performance-analysis tool
PeterSolMS/runtime
.NET is a cross-platform runtime and libraries, for cloud, IoT and desktop apps. It includes a garbage collector, JIT compiler, primitive data types and class libraries.
PeterSolMS/runtime-1
.NET is a cross-platform runtime for cloud, IoT, and desktop apps.
PeterSolMS/Spoon-Knife
This repo is for demonstration purposes only.