Class CustomMaterializationUnit
LLVM ORC JIT v2 custom materialization unit
public sealed class CustomMaterializationUnit : MaterializationUnit, IDisposable
- Inheritance
-
CustomMaterializationUnit
- Implements
- Inherited Members
Remarks
This is used for the bulk of "Lazy" JIT support. However, it is important to note that this class does not (and cannot) retain any instance data. All data used by the actual materialization is owned by the provided delegates.