Hacker News new | ask | show | jobs
by Someone 412 days ago
It’s not the only one it uses.

It also removes calls to printf("") and changes single character printf calls to putchar calls

See https://github.com/gcc-mirror/gcc/blob/ef32bd8c866a1b8a97f62...