Interface | Description |
---|---|
CompilerPassListener |
To get information about all phases of executing a compiler pass.
|
CompilerPassScheduler |
Class | Description |
---|---|
AddCallProtocolInstructions | |
AddLocalVarLoadStoreInstructions | |
BasicCompilerPassListener | |
CFGBuilder |
CFGBuilder is mainly a pass to be lazy.
|
CompilerPass |
A mechanism for executing code against an IRScope or transforming the
IRScopes dependent data.
|
DeadCodeElimination | |
DominatorTreeBuilder | |
EnsureTempsAssigned | |
LinearizeCFG | |
LiveVariableAnalysis | |
LocalOptimizationPass | |
OptimizeDynScopesPass | |
OptimizeTempVarsPass | |
UnboxingPass |
Copyright © 2001-2015 JRuby. All Rights Reserved.