Package org.qbicc.plugin.opt
package org.qbicc.plugin.opt
-
ClassesClassDescriptionA copying visitor which removes redundant
BlockParameternodes.This optimization is run during the ANALYZE phase and replaces loads of reallyFinal fields with their constant values using the build-time heap constructed by the interpreter during the ADD phase.A copier which removes all goto nodes that are only entered by one entry block.The inliner.A basic block builder which performs local optimizations opportunistically.