Package org.ek9lang.compiler.phase11
package org.ek9lang.compiler.phase11
O - Code Optimisation.
Initially this will just be a place-holder for specific target architectures to optimise code blocks.
Depending on the target Architecture specified, this phase might be configured for minimal (zero) or maximum optimisation (loop unrolling, etc).
If the target is a JVM, then this phase probably do very little as the JVM will optimise at runtime.
CodeOptimisation
-
Classes