OptimisationPhaseManager.register(new Unbox(), AFTER_DESUGAR);
// TODO: Repair and re-enable this.
// OptimisationPhaseManager.register(new AssignmentStrip(), AFTER_DESUGAR);
OptimisationPhaseManager.register(new LoopInvar(), AFTER_DESUGAR);
OptimisationPhaseManager.register(new Unroll(), AFTER_DESUGAR);
OptimisationPhaseManager.register(new CSE(), AFTER_DESUGAR);
}
// The post-compilation pass to populate the disk cache with the results of classes processed
// during this job. Needs to happen here so we can compute a checksum over the bytecode and