"Instruções de hardware ilegais" de código muito simples
Enquanto investigava uma alegação duvidosa , escrevi este pequeno programa de testenoway.c int proveit() { unsigned int n = 0; while (1) n++; return 0; } int main() { proveit(); return 0; } Testando isso, recebo: $ clang -O noway.c $ ./a.out zsh: illegal hardware instruction...