Interface | Description |
---|---|
CompilerPassListener |
To get information about all phases of executing a compiler pass.
|
CompilerPassScheduler |
Class | Description |
---|---|
AddCallProtocolInstructions | |
AddLocalVarLoadStoreInstructions | |
BasicCompilerPassListener | |
CompilerPass |
A mechanism for executing code against an IRScope or transforming the
IRScopes dependent data.
|
DeadCodeElimination | |
DominatorTreeBuilder | |
EnsureTempsAssigned | |
LiveVariableAnalysis | |
LocalOptimizationPass | |
OptimizeDelegationPass | |
OptimizeDynScopesPass | |
OptimizeTempVarsPass |
Takes multiple single def-use temporary variables and reduces them to share the same temp variable.
|
UnboxingPass |
Copyright © 2001-2015 JRuby. All Rights Reserved.