From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10502 Path: news.gmane.org!.POSTED!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: memchr() performance Date: Mon, 19 Sep 2016 19:58:48 +0200 Message-ID: <20160919175847.GA1280@port70.net> References: <20160918185422.GA2577@dell12.lru.li> <20160918204036.GZ1280@port70.net> <20160919132953.GA8375@dell12.lru.li> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1474307951 22940 195.159.176.226 (19 Sep 2016 17:59:11 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 19 Sep 2016 17:59:11 +0000 (UTC) User-Agent: Mutt/1.6.0 (2016-04-01) Cc: Georg Sauthoff To: musl@lists.openwall.com Original-X-From: musl-return-10515-gllmg-musl=m.gmane.org@lists.openwall.com Mon Sep 19 19:59:02 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1bm2qK-0004or-BE for gllmg-musl@m.gmane.org; Mon, 19 Sep 2016 19:59:00 +0200 Original-Received: (qmail 9711 invoked by uid 550); 19 Sep 2016 17:59:00 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 9690 invoked from network); 19 Sep 2016 17:58:59 -0000 Mail-Followup-To: musl@lists.openwall.com, Georg Sauthoff Content-Disposition: inline In-Reply-To: <20160919132953.GA8375@dell12.lru.li> Xref: news.gmane.org gmane.linux.lib.musl.general:10502 Archived-At: * Georg Sauthoff [2016-09-19 15:29:53 +0200]: > > Yes. Sure, ub means that anything can happen, but this case should be ok > with GCC - if the function is compiled in isolation in its own > translation unit. > unless you use lto (which musl does not support now, but ppl are doing this)