From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4716 Path: news.gmane.org!not-for-mail From: Laurent Bercot Newsgroups: gmane.linux.lib.musl.general Subject: Re: Transition path for removing lazy init of thread pointer Date: Tue, 25 Mar 2014 00:01:45 +0000 Message-ID: <5330C769.6080304@skarnet.org> References: <20140324174915.GA1263@brightrain.aerifal.cx> <20140324230405.GA23163@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1395705708 10256 80.91.229.3 (25 Mar 2014 00:01:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Mar 2014 00:01:48 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-4720-gllmg-musl=m.gmane.org@lists.openwall.com Tue Mar 25 01:01:59 2014 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1WSEoY-0004Vf-P0 for gllmg-musl@plane.gmane.org; Tue, 25 Mar 2014 01:01:58 +0100 Original-Received: (qmail 17798 invoked by uid 550); 25 Mar 2014 00:01:58 -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 17790 invoked from network); 25 Mar 2014 00:01:58 -0000 X-SourceIP: 109.255.124.30 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:4716 Archived-At: > Static linked non threaded programs sounds like a good target. +1. Most of my userspace is made of statically linked, non-threaded programs, and I would love if musl was optimal for it. Also, what is the mandatory first syscall on startup ? With musl-0.9.15, on kernel 3.2.something, there is no syscall at all (except execve(), of course) when starting a non-threaded program. -- Laurent