C1's CommentedAssembly flag is used to control stub comments generation and it is turned on in debug build by default and comments are generated even if we're not going to print out a method.
Without this flag code emission is about 30% faster, so it does make sense to avoid comments generation unless we know that method will be printed out.
Without this flag code emission is about 30% faster, so it does make sense to avoid comments generation unless we know that method will be printed out.