From owner-svn-src-head@FreeBSD.ORG Mon Aug 25 17:36:52 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 33870EF7; Mon, 25 Aug 2014 17:36:52 +0000 (UTC) Received: from mail-oa0-x22f.google.com (mail-oa0-x22f.google.com [IPv6:2607:f8b0:4003:c02::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BEA2F35DD; Mon, 25 Aug 2014 17:36:51 +0000 (UTC) Received: by mail-oa0-f47.google.com with SMTP id g18so11003206oah.34 for ; Mon, 25 Aug 2014 10:36:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=fp1zCJ15AMGTr/FF5yQ5ny6NKUq5UTHF40RI/sEJqyw=; b=gD/nuAUbGs0uCosBoZyNE+sFzmzFIu+6M6IXAWa2VQVuW/9alALLFgQjBLspuMF4dU B5ILQ7/JpVvq7deSd9OLQez1N0V3zah8yRMRIqWqDJieilLJLYQKlz5RLKvT9WoLyO/T IL4XxhvvXbhvcUzWsfBspVAy3YDB0myDV9eQCDsD9piXObh5qW0sdajGvXUAk0ggijm6 4dM4nRSPWpCkKApHBd89voay4PswsiOucFBsncVAVmXkaPFRoFynjMr57IlRoUJf8vup rXjAquU37Oh0PxqlOhW+HpxMhTPQGMqtfnuGYaoK8WUg4IRhdtNrE1tUNbBm7yB9US11 bIzw== MIME-Version: 1.0 X-Received: by 10.60.47.13 with SMTP id z13mr4107856oem.71.1408988211101; Mon, 25 Aug 2014 10:36:51 -0700 (PDT) Received: by 10.182.98.111 with HTTP; Mon, 25 Aug 2014 10:36:51 -0700 (PDT) In-Reply-To: <20140825141048.GQ7693@FreeBSD.org> References: <61DA1EC8-C938-4AB8-B518-7249307B4379@felyko.com> <201408242301.s7ON1N51056169@gw.catspoiler.org> <20140825141048.GQ7693@FreeBSD.org> Date: Mon, 25 Aug 2014 13:36:51 -0400 Message-ID: Subject: Re: svn commit: r270510 - head From: Benjamin Kaduk To: Gleb Smirnoff Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "src-committers@freebsd.org" , peter@wemm.org, Don Lewis , Rui Paulo , "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 17:36:52 -0000 On Mon, Aug 25, 2014 at 10:10 AM, Gleb Smirnoff wrote: > > And carrying this stuff costs us almost nothing. > The cost of having it in the tree is small, yes. But the runtime cost when people actually run delete-old will only keep increasing ... it already feels kind of slow, to me. -Ben