Packages

package optimizer

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final class IncOptimizer extends AnyRef

    Incremental optimizer.

    Incremental optimizer.

    An incremental optimizer optimizes a LinkingUnit in an incremental way.

    It maintains state between runs to do a minimal amount of work on every run, based on detecting what parts of the program must be re-optimized, and keeping optimized results from previous runs for the rest.

Value Members

  1. object IncOptimizer

Ungrouped