Namespace Flame.Compiler.Pipeline
Classes
AssemblyContentDescription
A description of a target assembly's contents.
OnDemandOptimizer
An optimizer that computes optimized method bodies on an on-demand basis: method bodies are not optimized until they are requested. Optimized method bodies are cached, so method bodies are never optimized twice.
Optimization
Describes a method body optimization.
OptimizationState
A container for shared optimization state.
Optimizer
A base class for optimizers: objects that manage method bodies as they are being optimized and respond to method body queries.
ParallelOnDemandOptimizer
A variant of the on-demand method optimizer that runs batches of tasks in parallel rather than in sequence.
Interfaces
ITarget
A common interface for interacting with back-ends.
ITargetAssembly
An assembly generated by a back-end.