From owner-cvs-src@FreeBSD.ORG Fri Jan 27 02:51:57 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E1E416A43A; Fri, 27 Jan 2006 02:51:57 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80E8643D49; Fri, 27 Jan 2006 02:51:52 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.4/8.13.4) with ESMTP id k0R2ppIS057891; Fri, 27 Jan 2006 05:51:51 +0300 (MSK) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.13.4/8.13.4/Submit) id k0R2pp1Y057890; Fri, 27 Jan 2006 05:51:51 +0300 (MSK) (envelope-from ache) Date: Fri, 27 Jan 2006 05:51:50 +0300 From: Andrey Chernov To: Jason Evans Message-ID: <20060127025150.GA57825@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Jason Evans , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200601270236.k0R2ai2x067283@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200601270236.k0R2ai2x067283@repoman.freebsd.org> User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/stdlib malloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jan 2006 02:51:57 -0000 On Fri, Jan 27, 2006 at 02:36:44AM +0000, Jason Evans wrote: > jasone 2006-01-27 02:36:44 UTC > > FreeBSD src repository > > Modified files: > lib/libc/stdlib malloc.c > Log: > Clean up statistics gathering and printing. I worry about my system performance. Could you please make all statistics and debug code conditional, debending on some flags which could be set as malloc options? Even in case this is a test period now, some people perhaps don't want some tests. It is much easy to turn some tests off via malloc options than to comment out manually corresponding malloc.c defines after each cvsup. -- http://ache.pp.ru/