From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/11460 Path: news.gmane.org!.POSTED!not-for-mail From: Bobby Powers Newsgroups: gmane.linux.lib.musl.general Subject: Re: more fun with non-Linux Linux ABI Date: Mon, 12 Jun 2017 08:29:59 -0700 Message-ID: References: <20170611180158.GS30784@example.net> <20170611215020.GB1627@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Trace: blaine.gmane.org 1497281418 23612 195.159.176.226 (12 Jun 2017 15:30:18 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 12 Jun 2017 15:30:18 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-11473-gllmg-musl=m.gmane.org@lists.openwall.com Mon Jun 12 17:30:14 2017 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 1dKRID-0005yY-VO for gllmg-musl@m.gmane.org; Mon, 12 Jun 2017 17:30:14 +0200 Original-Received: (qmail 24355 invoked by uid 550); 12 Jun 2017 15:30:16 -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 24322 invoked from network); 12 Jun 2017 15:30:15 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=Ufkghpccka41oLxiL/BSxdU6e1yaZtuKvppcDcYLlIo=; b=NpfvPJ+betdWmhJkm30SjHRup/1s/LYFTKOUgmqGm8FZ0hMfRd/2tTgnVOsUNY8zIV gXwBsb+SW4smx+9VcAY7yPJ+fol3Dfx8DPCfiogbi5i32s+xwM1GuL9NNjr3FxKjs3H1 A+ERgBYFLT/gtsip2JnEZLjVU0JBWdX7i1opfFP22wl5rbq41MoTmoJAECBEHGeRhgw0 K+WLbfR4Qxfx70vxb/do0IhP9UwLHtFg2zlqgZxRcrhr7ZYh5sooZCMWAZxs/FdFURsH JaP7bT190NXOQCfQ7IbC9mjbrKblFgRcOCw9KKCpN5mEvnZoS7v4fBd4AI3x8EWwv3R4 Y6GQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=Ufkghpccka41oLxiL/BSxdU6e1yaZtuKvppcDcYLlIo=; b=WMW0rMjK2An4no+Eq43o3QweXzxOlFTItxw9HY58fVg9bMiJ3ZzwX/WKOr/4MglPVN fR98dZAEZZD4qQWNoHIUGPzrltg4c/DhQ0uT3UoOrg1hCGlR6e7jevyZ+qwD4DBWQ5IJ iGqdRnSvIBs2AOZaS8FNWngCW+6gF62boxg1MOOYPYizoLU5hBfx+KzeupcQpYNu5lWR 6XXOsoNI8xuusS55LvzQnkSzIn5eiG4IsJjzP/Ncac7Z02N8bHpI7euvAAorlGeAJS3A 6okCMJfjpTuFbVmW9Nbk+TQfPto78PdGgQOxaG7ZXFlbS8wv8JCcctgmzY68laXqUhkv ncOQ== X-Gm-Message-State: AODbwcCf6wdUPhGHl1MJWRF7i/DjLf6tiWahYdXah/qsFLqTqpztlATJ 7rxfgwQRFOu/CU0qZeK2SQ+mKNdzdg0M X-Received: by 10.157.22.208 with SMTP id s16mr17606905ots.81.1497281400443; Mon, 12 Jun 2017 08:30:00 -0700 (PDT) In-Reply-To: <20170611215020.GB1627@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:11460 Archived-At: On Sun, Jun 11, 2017 at 2:50 PM, Rich Felker wrote: >> Such an option would most probably result in a pretty small performance >> impact on modern (native) Linux. > > It's actually a pretty large impact; recent (4.x+ IIRC) versions of > GNU makes are considerably slower because they dropped use of vfork > and switched to fork rather than making it use posix_spawn like it > should. Do you know why they chose not to use posix_spawn?