scalus.uplc.transform.NoopOptimizer
No-op optimizer that returns the term unchanged without any optimizations.
This is useful as a default when optimization is disabled or as a placeholder in testing.
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Applies the optimization to a UPLC term.
Applies the optimization to a UPLC term.
Value parameters
-
term
-
The UPLC term to optimize
Attributes
-
Returns
-
The optimized UPLC term, semantically equivalent to the input
Returns the log messages from optimization operations.
Returns the log messages from optimization operations.
Each log entry describes an optimization that was applied, useful for debugging and understanding the optimization process.
Attributes
-
Returns
-
Sequence of log messages describing applied optimizations