Deutsch English Français Italiano |
<87cyok5rsd.fsf@nosuchdomain.example.com> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Keith Thompson <Keith.S.Thompson+u@gmail.com> Newsgroups: comp.lang.c Subject: Re: "undefined behavior"? Date: Thu, 13 Jun 2024 16:47:30 -0700 Organization: None to speak of Lines: 12 Message-ID: <87cyok5rsd.fsf@nosuchdomain.example.com> References: <666a095a$0$952$882e4bbb@reader.netnews.com> <v4d4h5$1rc9e$1@dont-email.me> <666a2146$0$950$882e4bbb@reader.netnews.com> <v4erec$29e2g$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain Injection-Date: Fri, 14 Jun 2024 01:47:31 +0200 (CEST) Injection-Info: dont-email.me; posting-host="10f324c947246626491173dedfdc5917"; logging-data="2650136"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1835IUjJmElhwMU8ckI//Qz" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) Cancel-Lock: sha1:F8vD7NKFYf1H+I6BCjbAbnktdag= sha1:YXZ1Ho6cU6CPwzSYfa1CXFCrIMw= Bytes: 1507 David Brown <david.brown@hesbynett.no> writes: [...] > Certainly "-O3" is rarely worth it unless you are also using a > "-march=" flag (such as "-fmarch=native") to tune for a particular > processor and enable stuff like vectorisation. Getting the fastest > code is more of an art than a science! Typo: it's "-march=native". -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com void Void(void) { Void(); } /* The recursive call of the void */