public static void main(String[] args) {
LowLevel.msg("Micro Benchmarks:");
LowLevel.lf();
Execute.perform(new Add());
Execute.perform(new Iinc());
Execute.perform(new Ldc());
Execute.perform(new BranchTaken());
Execute.perform(new BranchNotTaken());
Execute.perform(new GetField());