From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yw1-x112b.google.com (mail-yw1-x112b.google.com [IPv6:2607:f8b0:4864:20::112b]) by sourceware.org (Postfix) with ESMTPS id 60D3B3858CDA for ; Fri, 28 Jul 2023 17:05:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 60D3B3858CDA Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-yw1-x112b.google.com with SMTP id 00721157ae682-584034c706dso24249377b3.1 for ; Fri, 28 Jul 2023 10:05:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1690563945; x=1691168745; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=klERBC1aTozHLPYIIFPv6o/YYSz9qZgOCGpMos6w2Qs=; b=AKWzBI/AGlHR0QXHxp3uqcHBGyBZLpF98gNAKxMREi+gF68hn9skcipEaXk2lI47N5 qGNCyqMZ5COwWCMdsyBQqdKQ8nXTfyxvgKTJ2OIAyLG2KHWLAZ4R0gRHuYaKgSzxcW/V JxLCRyJHqO+wKNNlanPqs4/AR+dZGR/PxSPvuKeW72Ehx/HwLNH1of2McUU0QKWwYY7t kXRdGf/zryCeIK1E/3hISPeXNsD12es0XFqxhHg19Zd962SpLwyw5I69zF6d4vun9k8v LwizWHhjd85KQp8vvy5wjXG98hBqoXPD3KVx2t9dg99HiyyNx5JZZY5wyxvedY0txUFV fiAw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690563945; x=1691168745; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=klERBC1aTozHLPYIIFPv6o/YYSz9qZgOCGpMos6w2Qs=; b=GN21wKtCVXZsiiHGXAMVKsh3ZO19xzLpkVjfB15ZLFNVO7o/J90Wfr2zo+aWdLfF/w hThoJ0NOqpjGQT0wGkYWsUC09qfgayXj4BNk1pK95Iix5NHzC6cg2xy7qIqfGYC7RVkw 1uH7YAKZ8KX+1KYXKX59ql3UJ4tFlpoSX2wB3U5n+VT7wVYUTpxz1mBUYfsF2Vph4IF8 2sKlvlJ/28ZIukfMXiYdexMMKbzq3gWDZmXaaZuIP4t0axHZz+aAulnbXClltnr2bvQE v60zEwmppLjqALfH+OOuPxcwxXG0a98eX74L4p4BMUWli5tBG9yvadORtdHb2a+p3iWq 1ucQ== X-Gm-Message-State: ABy/qLa4C6FyAZFSkfBCHWe6XIxQ+Ax8zw9cfYiJmvYTnj72FjSIHnvh B6wspi+5gYxg0+3IHvpNadAjkzdphb5+QPDAxUB2ulCN X-Google-Smtp-Source: APBJJlHZ59s/2o2a4zffHIJPtbcoPQI1DCmmjguRtKOcXeJ1zZhkwwHSfytR8EyG3p206tAvuNwkntiSIzIWzkQLeWs= X-Received: by 2002:a0d:cc13:0:b0:570:8ac:b616 with SMTP id o19-20020a0dcc13000000b0057008acb616mr2657270ywd.37.1690563944647; Fri, 28 Jul 2023 10:05:44 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a05:7108:5201:b0:326:3c84:f4a1 with HTTP; Fri, 28 Jul 2023 10:05:44 -0700 (PDT) From: lob Date: Fri, 28 Jul 2023 18:05:44 +0100 Message-ID: Subject: Can someone submit a patch on my behalf? To: libc-help@sourceware.org Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=0.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi there. I have been playing with "msort.c", the primary implementation of the standard library qsort() function. I have a trivial change that nevertheless speeds it up by up to 10%. It seems to me that this would be a cheap but impactful improvement. Unfortunately I lack the resources or wherewithal to follow the procedure outlined at [https://sourceware.org/glibc/wiki/Contribution%20checklist], to build and test the entire library. Would it be possible to have an existing contributor submit the patch on my behalf? Thanks in advance. Regards, Chris.