| java.lang.Object EDU.purdue.cs.bloat.decorate.Main
Main | public class Main implements Opcode(Code) | | Inserts residency, update, or swizzle checks into the methods of the classes
specified on the command line.
Usage: java EDU.purdue.cs.bloat.decorate.Main [-options] classes output_dir
where options include: -help print out this message -v -verbose turn on
verbose mode (can be given multiple times) -classpath skip the given class or package (this option can be given
more than once) -only skip all but the given class or
package (this option can be given more than once) -rc insert residency checks
(default) -norc don't insert residency checks -uc insert update checks
(default) -sc insert array swizzle checks (default) -nosc don't insert array
swizzle checkso
|
Method Summary | |
public static void | main(String[] args) Parse the command line. |
main | public static void main(String[] args)(Code) | | Parse the command line. Inserts residency, update, and swizzle checks
into the bytecode of the methods of the specified classes.
|
|
|