Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Keith Thompson 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> <666a2146$0$950$882e4bbb@reader.netnews.com> 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 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 */