Class Main

  • All Implemented Interfaces:
    Opcode

    public class Main
    extends java.lang.Object
    implements Opcode
    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
    • Constructor Detail

      • Main

        public Main()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Parse the command line. Inserts residency, update, and swizzle checks into the bytecode of the methods of the specified classes.