Hacker News new | ask | show | jobs
by makapuf 1698 days ago
That was(is?) the benchmark for gcc optimizations: it has to pay for itself on the compiler: if the resulting compiler code is faster but the added compilation time is even greater, it s not worth it.
1 comments

I think I first heard of this criterion being used by Niklaus Wirth for Pascal and Oberon compilers.