Kelly Heffner (kheffner@cs.arizona.edu)
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.
There are no extra configuration parameters necessary to run this obfuscator.