From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/8755 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] configure: add gcc flags for better link-time optimization Date: Sat, 24 Oct 2015 14:43:12 +0200 Message-ID: <20151024124312.GN10551@port70.net> References: <1445603426-4827-1-git-send-email-vda.linux@googlemail.com> <20151023131202.GI10551@port70.net> <20151023144843.GJ8645@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1445690617 10861 80.91.229.3 (24 Oct 2015 12:43:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 24 Oct 2015 12:43:37 +0000 (UTC) Cc: Rich Felker To: musl@lists.openwall.com Original-X-From: musl-return-8768-gllmg-musl=m.gmane.org@lists.openwall.com Sat Oct 24 14:43:37 2015 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1ZpyAY-0005lQ-3P for gllmg-musl@m.gmane.org; Sat, 24 Oct 2015 14:43:34 +0200 Original-Received: (qmail 23691 invoked by uid 550); 24 Oct 2015 12:43:25 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 23672 invoked from network); 24 Oct 2015 12:43:24 -0000 Mail-Followup-To: musl@lists.openwall.com, Rich Felker Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Xref: news.gmane.org gmane.linux.lib.musl.general:8755 Archived-At: * Denys Vlasenko [2015-10-24 00:00:56 +0200]: > What's importand is how many pages are dirtied. > Here's a test with Aboriginal's x86_64 static busybox: > ... > > No. Only two pages are mapped, not three. > > This is pretty impressive. However, this is a small busybox config: > only 31 applet. > > I have a complete (~320 applets) 32-bit static busybox config built > against uclibc, and it has only 2 pages .data+.bss > > Will test & see how close to that can musl get. > http://www.etalabs.net/compare_libcs.html hm this says min dirty is 3pages on uclibc with static linking. in case you repeat the experiments with glibc a 'dirty pages with static busybox' entry would be useful on that comparision page. > I'll continue sending patches which allow to carry over some > data size reductions from uclibc to musl. nice