Sample app for testing JIT compile of .NET Framework.
- Windows 11 Pro 24H2+
- .NET Framework 4.7.1
- Visual Studio 2022
Build this with Visual Studio 2022 and run.
JITCompileSample.exe is the console application for loading ManagedModule.dll.
JITCompileSampleNative.exe is the console application for loading NativeModule.dll.
Both DLLs will be built with /clr.
Fork and clone this repository.
$ git clone git@github.com:yourname/JITCompileSample.git
- Fork this repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create new Pull Request
MIT License