Package org.jruby.compiler.ir.compiler_pass

Examples of org.jruby.compiler.ir.compiler_pass.AddBindingInstructions


        // if this scope is held in multiple locations how do we update all references?
        runCompilerPass(new LocalOptimizationPass());
        runCompilerPass(new CFG_Builder());
        runCompilerPass(new LiveVariableAnalysis());
        runCompilerPass(new DeadCodeElimination());
        runCompilerPass(new AddBindingInstructions());
    }
View Full Code Here

TOP

Related Classes of org.jruby.compiler.ir.compiler_pass.AddBindingInstructions

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.