Package joust.optimisers.runnables

Examples of joust.optimisers.runnables.LoopInvar


            OptimisationPhaseManager.register(new ShortFunc(), AFTER_DESUGAR);
            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
View Full Code Here

TOP

Related Classes of joust.optimisers.runnables.LoopInvar

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.