From owner-freebsd-hackers@freebsd.org Sat Nov 26 10:51:37 2016 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A726EC567E4 for ; Sat, 26 Nov 2016 10:51:37 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F8C5C6E for ; Sat, 26 Nov 2016 10:51:36 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id AD2891FE024; Sat, 26 Nov 2016 11:51:34 +0100 (CET) Subject: Re: qsort switching to insertsort To: Tristan Verniquet , freebsd hackers References: From: Hans Petter Selasky Message-ID: <0bfb49b0-5d24-2766-6982-b4e49b0d5e81@selasky.org> Date: Sat, 26 Nov 2016 11:51:18 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Nov 2016 10:51:37 -0000 On 11/26/16 11:26, Tristan Verniquet wrote: > The easiest way forward for us is probably to comment out the offending code. > Commenting out the offending code does not help. It simply leaves for another type of dataset to provide the same behaviour. qsort() is doomed in this regard. --HPS