This repo holds a collection of utilities used by RyuJIT developers to automate tasks when working on CoreCLR.
Current tools include:
git subtree from commit 69d2547f91a233e6002001e5ca149e8661a4716a. git clone https://github.com/dotnet/jitutils
Install a recent .NET Core SDK (including the dotnet command-line interface, or CLI) from here.
Build the tools:
cd jitutils
bootstrap.cmd
(on non-Windows, run bootstrap.sh. NOTE: On Mac, you need to first use ulimit -n 2048 or the dotnet restore part of the build will fail.)
set PATH=%PATH%;<root>\jitutils\bin
(top 30 of 44)
C#
91.2%
C++
4.2%
Shell
1.9%
Batchfile
1.2%
This repo holds a collection of utilities used by RyuJIT developers to automate tasks when working on CoreCLR.
Current tools include:
git subtree from commit 69d2547f91a233e6002001e5ca149e8661a4716a. git clone https://github.com/dotnet/jitutils
Install a recent .NET Core SDK (including the dotnet command-line interface, or CLI) from here.
Build the tools:
cd jitutils
bootstrap.cmd
(on non-Windows, run bootstrap.sh. NOTE: On Mac, you need to first use ulimit -n 2048 or the dotnet restore part of the build will fail.)
set PATH=%PATH%;<root>\jitutils\bin
(top 30 of 44)
C#
91.2%
C++
4.2%
Shell
1.9%
Batchfile
1.2%