Variable Reassigner Optimization Algorithm

Author

Kelly Heffner (kheffner@cs.arizona.edu)

Description

This algorithm reallocates the local variables in a method, in order to try to minimize the number of local variable slots used. It is a method optimizer that rearranges the local variable table usage. Local variables that used to share a slot in the table may not anymore,and new variables may share space.

Example

Configuration

There are no extra configuration parameters necessary to run this obfuscator.

References