Package | Description |
---|---|
org.jruby.compiler.ir | |
org.jruby.compiler.ir.compiler_pass | |
org.jruby.compiler.ir.compiler_pass.opts |
Modifier and Type | Method and Description |
---|---|
void |
IRScope.runCompilerPass(CompilerPass opt)
Run the passed in compiler pass on this scope!
|
void |
IRScopeImpl.runCompilerPass(CompilerPass p) |
void |
IRScript.runCompilerPass(CompilerPass p) |
void |
IRExecutionScope.runCompilerPassOnNestedScopes(CompilerPass p) |
void |
IRModule.runCompilerPassOnNestedScopes(CompilerPass p) |
void |
IRScopeImpl.runCompilerPassOnNestedScopes(CompilerPass p) |
Modifier and Type | Class and Description |
---|---|
class |
AddBindingInstructions |
class |
CallSplitter |
class |
CFG_Builder |
class |
DominatorTreeBuilder |
class |
InlineTest |
class |
IR_Printer |
class |
LinearizeCFG |
class |
LiveVariableAnalysis |
Modifier and Type | Class and Description |
---|---|
class |
DeadCodeElimination |
class |
LocalOptimizationPass |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.