24 packages tagged with “jit”
Exposes .NET core runtime metrics (GC, JIT, lock contention, thread pool, exceptions) using the prometheus-net package.
Exposes .NET core runtime metrics (GC, JIT, lock contention, thread pool) using the App.Metrics package.
ILGPU compiler and runtime library for convenient and high-performance GPU programming in .Net. Samples can be found in the GitHub repository: https://github.com/m4rs-mt/ILGPU/tree/master/Samples
Create, read, modify, write and execute WebAssembly (WASM) files using pure 100% .NET.
A library to modify MSIL and native code at runtime.
Method Builder to Jitex.
Exposes .NET core runtime metrics (GC, JIT, lock contention, thread pool) using the AppMetrics package.
Package Description
JitBuddy provides a small helper method to disassemble to a x86/x64 ASM listing the native code generated by the JIT of a managed method.
.NET Low Level Interop Bindings for Ubiquity.LibLLVM. Direct use of this low level API is discouraged, instead you should use the Llvm.NET package, which provides a full C# object model projection of the LLVM APIs on top of this library.
.NET Low Level Interop Bindings for Ubiquity.LibLLVM []. Direct use of this low level API is **STRONGLY** discouraged, instead you should use the Ubiquity.NET.Llvm package, which provides a full C# object model projection of the LLVM APIs on top of this library.
Just-In-Time flow model of Tools Of New Operation
.NET Bindings for LLVM
ASP.NET Core extension to Jitex
Fody add-in that disables Quick JIT for all your methods
This Dll wraps the native LIBTCC.dll. You can compile into a native EXE, DLL or you can Run in memory.
Just-in-time compiled JSON serialization utilizing System.Text.Json
Open source JIT Dependency Injection. Just another one - we know! But this follows the same design principles of Google's Guice. MIT License Has been used in 20+ Games which have had a combined download of 25M. Production ready!
Omario.Reflection.Asm provides simple helpers to disassemble JIT compiled methods.
Associative collection like usual Dictionary<TKey, TValue>, but with comparer type preserved instead of hiding behind the interface. Enables devirtualization of calls to the key comparer. Enables reusing instances of inner array of entries via ArrayPool<T>.Shared. Provides ToFictionary() extension methods which replace conventional ToDictionary() for materializing LINQ queries.