From owner-freebsd-current@FreeBSD.ORG Thu Apr 5 22:47:26 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D49B5106566C; Thu, 5 Apr 2012 22:47:26 +0000 (UTC) (envelope-from jasone@canonware.com) Received: from canonware.com (10140.x.rootbsd.net [204.109.63.53]) by mx1.freebsd.org (Postfix) with ESMTP id B2B358FC08; Thu, 5 Apr 2012 22:47:26 +0000 (UTC) Received: from [172.25.16.174] (unknown [173.252.71.3]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by canonware.com (Postfix) with ESMTPSA id 4723128417; Thu, 5 Apr 2012 15:47:25 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=iso-8859-1 From: Jason Evans In-Reply-To: <201204050933.07368.jhb@freebsd.org> Date: Thu, 5 Apr 2012 15:47:24 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <262B5FAD-734F-48BD-B23D-0A9E2ED0FCDA@canonware.com> References: <431CB493-836B-4DF4-AC42-A7C6ABF7DE3E@canonware.com> <201204050933.07368.jhb@freebsd.org> To: John Baldwin X-Mailer: Apple Mail (2.1257) Cc: freebsd-current@freebsd.org Subject: Re: contrib/jemalloc X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jasone@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Apr 2012 22:47:26 -0000 On Apr 5, 2012, at 6:33 AM, John Baldwin wrote: > On Thursday, April 05, 2012 12:56:45 am Jason Evans wrote: >>=20 >> * Will the utrace feature be missed? I removed it some time ago, = mainly because traces are impossibly large for most real-world use = cases. >=20 > I will only speak to this one. I do still find this useful (I used it = most > recently a week or so ago). It would be nice to keep if it is not a = major > pain to maintain. Okay, I re-added utrace support. It isn't very invasive, so = maintainability shouldn't be a problem. = http://people.freebsd.org/~jasone/patches/jemalloc_20120405a.patch Thanks, Jason=