From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,HTML_MESSAGE,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 25394 invoked from network); 8 Aug 2021 21:21:31 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 8 Aug 2021 21:21:31 -0000 Received: (qmail 27735 invoked by uid 550); 8 Aug 2021 21:21:29 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 27717 invoked from network); 8 Aug 2021 21:21:28 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=9jM3wcsXn8xnIQlgUtljLFkHvetuqUgWsMvdxx6LG6U=; b=nkuaL30LhvVqmbW5I/uiwAczNwunwi+MYgWLkr7Lowa5ppSNMqZfsygiKm9MnprdYA abcXrPpxnNzLJKFwa0dIllfPhuTTaF7LGg15Itzg8MkLGT4DGzKZI+PGOOtmNS0a7mIA YccpxnEujKN7yLquN+TRJMBWAtyUOJMpZ2lVOWroHHAeFXhEsBgvE3XKMx3+HfZ5eiLl HazK64wGo7cUoYOaJ3nea+bFAcduQjta39l2jcWRfSAP9M0xmZfIcuM4roLy2wSBQ0CT 9m4K7b3mabbNHpkCSje/j3J86JMcOCZv/w76w6mzds9z1jFO4D/NIKFbxwL4QfsaEr2D BHSQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=9jM3wcsXn8xnIQlgUtljLFkHvetuqUgWsMvdxx6LG6U=; b=Iolsa9Yvc4eY5uj49Y3oflb+DEH9oT8pStK1wwQuXAKf0n7aKdX/WT2NnH9dmcY5vx HCInYRYuuIIyIJ2M3BWfn31jL2V0xj0Le5tLTEZJZIEvX8iDuXQcJ5ptyehTCbZVI4/a AtRcnDyrIs6yokf+bt5bxwTeSoB+qt9JHx73fdyfD8AThUFkpY4xEdb29EHbrt0Fe5qL eealKwyeg+PATF6FCaEmXWde2fdmGtCyvY38cmR3qUL5tFHBxu22CtnsbHEGCQlJfRru MA2SRU4qtCWzI0Ww0I5+gCiG8+sdjgVspEZvGLgSGrzGTA/vrOl2D+jyRNE4TeC4HCQs CYFg== X-Gm-Message-State: AOAM532UgY14hVqAKfWFNTMYA20k8qYn36C+9M7o5jtt2uQxgDwuwmFl z0n2CTBigoKva6xvhGWNUDaB49V/n+onTYRmZ4VEB0Jb3LTGMA== X-Google-Smtp-Source: ABdhPJyP8/tI6KlHReUBVMxEsHidOEOYdRhZq48GWmNzt+J/eCNq6OOPMEmyqlEKlDmJ0DU1Lgq0YfWqM8QX2+4CMY0= X-Received: by 2002:a05:6512:1584:: with SMTP id bp4mr14311032lfb.504.1628457677532; Sun, 08 Aug 2021 14:21:17 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Jon Chesterfield Date: Sun, 8 Aug 2021 22:21:06 +0100 Message-ID: To: musl@lists.openwall.com Cc: Olivier Galibert Content-Type: multipart/alternative; boundary="00000000000066b20805c912d903" Subject: Re: [musl] [PATCH] stdlib: implement qsort_r --00000000000066b20805c912d903 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Sun, Aug 8, 2021 at 9:39 PM =C3=89rico Nogueira wr= ote: > This is the favored approach, from what I understood of the discussions > surrounding it. It's implemented with musl's namespacing rules and such > in [1]. > Unsurprisingly I like your patch. > > It is badly optimized for some archs, unfortunately, as explained in the > thread from [2]. I believe that's what's holding it up. > > [1] > https://inbox.vuxu.org/musl/20210309210213.29539-1-ericonr@disroot.org/ > [2] > https://inbox.vuxu.org/musl/20210309150320.GU32655@brightrain.aerifal.cx/ And that's what I get for not reading the list carefully enough. I missed the thread from March entirely. Thanks! --00000000000066b20805c912d903 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable