Examples of Unbox


Examples of joust.optimisers.runnables.Unbox

        // and we're done,
        if (!OptimiserOptions.annotatingLibrary) {
            OptimisationPhaseManager.register(new FinalFolder(), AFTER_DESUGAR);
            OptimisationPhaseManager.register(new ConstFold(), AFTER_DESUGAR);
            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);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.