Package joust.optimisers.runnables

Examples of joust.optimisers.runnables.Unroll


            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
View Full Code Here

TOP

Related Classes of joust.optimisers.runnables.Unroll

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.