The ByteCodeRepository provides utilities to read the bytecode of classfiles from the compilation classpath.
Optimizations within a single method.
Optimizations within a single method.
unreachable code
removeUnreachableCode
empty exception handlers
simplify jumps
empty local variable descriptors
empty line numbers
stale labels
The ByteCodeRepository provides utilities to read the bytecode of classfiles from the compilation classpath. Parsed classes are cached in the
classes
map.