Skip to content

step63r/JITCompileSample

Repository files navigation

JITCompileSample

Description

Sample app for testing JIT compile of .NET Framework.

Requirement

  • Windows 11 Pro 24H2+
  • .NET Framework 4.7.1
  • Visual Studio 2022

Usage

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.

Install

Fork and clone this repository.

$ git clone git@github.com:yourname/JITCompileSample.git

Contribution

  1. Fork this repository
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create new Pull Request

License

MIT License

Author

minato

About

Sample app for testing JIT compile of .NET Framework.

Topics

Resources

License

Stars

Watchers

Forks

Contributors