From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15312 invoked by alias); 16 Nov 2017 18:27:22 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 15289 invoked by uid 89); 16 Nov 2017 18:27:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=BAYES_00,KB_WAM_FROM_NAME_SINGLEWORD,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=Hx-languages-length:1014, month, him, senior X-HELO: mail-qt0-f196.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:organization :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=5hVKZ/MKLgyI1F41J3+DwydA2Lg1EmkgEH038hcEZ9g=; b=gBQ1sNuzQTkHJ8LJrpNDoHAc8dxRzuAHC24JhcRKcK0yYpzAiucQ4hCz0jaf3R1NS3 cY12GMQJKqTL9tFV0aRKWH//G6X77wvUttsBp7g4NPzfrQZ1rtLhJLyXeEa7KamR9Htl toaHqukGYDs1ghO63hYj3fp6RhUk4DFwsf6DrlpOaufDTkJ6VRvEYdcJS2YLgtVrJ60T 7Eu3o6NMN59UPHZCZVYFzpezRGzE68Pg2C7OZIOvOPdsmzHG0KGuOZ6qyF8j09kpbyBd Hh+ggWPelJy3z5f5mPTy4Ak+SNbnl8Z7eRjjjRPX93k4rexO/GHbaqbD/R0+Awy0JXrM 6LFg== X-Gm-Message-State: AJaThX5JkLmgSHEJTjDczeO3aPWQP1exJVESMxoLg67ClWro9gQN00j6 a7N54ki2TtAMH9ZsjR24tlVdQIpppwU= X-Google-Smtp-Source: AGs4zMYGSyYubEdXNhQxTMTrK6J3TQD8VrcaL1lsT/7AGnvSZUcyARenx5Hkng8g+Fug+ruIQ2qGVQ== X-Received: by 10.200.28.7 with SMTP id a7mr4160038qtk.206.1510856839156; Thu, 16 Nov 2017 10:27:19 -0800 (PST) Subject: Re: [PATCH] Improves __ieee754_exp() performance by greater than 5x on sparc/x86. To: Patrick McGehearty , libc-alpha@sourceware.org References: <1510028685-65660-1-git-send-email-patrick.mcgehearty@oracle.com> From: Carlos O'Donell Message-ID: Date: Thu, 16 Nov 2017 18:27:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-11/txt/msg00580.txt.bz2 On 11/16/2017 09:52 AM, Patrick McGehearty wrote: > It has been 10 days with no further feedback/comments. > What's the next step for getting this patch included in the src tree? > It would be good to make that happen before the Thanksgiving break. Doing exactly what you are doing. Pinging again and falling on the mercy of the senior reviewers to review v5. Joseph Myers is the expert and subsystem maintainer here. I would ask him directly for a final review. As always you may need to wait. The next development freeze is January 1st 2018 (1 month from now). So you have a little more time before that point. I would suggest proposing your changes as release blockers given the performance benefit to users. Add them here: https://sourceware.org/glibc/wiki/Release/2.27 See previous release blockers to see how we structure that text: https://sourceware.org/glibc/wiki/Release/2.26#Release_blockers.3F -- Cheers, Carlos.