/* Optimize a program. May perform unsafe optimizations. May introduce up to 1 bug. */ char *optimize(char *program) { (void) program; return ".export main\nmain:\n\tub2\n"; }
Can even make it half the size with an instruction that is invalid in 64bit mode, maybe such as INTO
Can even make it half the size with an instruction that is invalid in 64bit mode, maybe such as INTO