Skip to content

Instantly share code, notes, and snippets.

View MihaZupan's full-sized avatar
🍉
Genocide = bad

Miha Zupan MihaZupan

🍉
Genocide = bad
View GitHub Profile
@MihaZupan
MihaZupan / jit-diffs for changes in C# code.md
Last active January 16, 2023 18:29 — forked from EgorBo/jit-diffs for changes in C# code.md
jit-diffs for changes in C# code.md

How to run jit-diffs for changes in the managed code

All commands are in powershell, should be pretty much the same for bash and non-windows platforms

  1. build everything we're going to need:
.\build.cmd Clr+Libs -c Release ;; .\build.cmd Clr -c Checked ;; cd .\src\tests\ ;; .\build.cmd Release generatelayoutonly ;; cd ..\..
  1. Make a copy of the test core_root (will be a baseline):