From owner-freebsd-current@FreeBSD.ORG Fri Mar 18 03:17:02 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A61716A4CE for ; Fri, 18 Mar 2005 03:17:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BB2B43D55; Fri, 18 Mar 2005 03:17:02 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from [127.0.0.1] (davidxu@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j2I3GxEq048943; Fri, 18 Mar 2005 03:17:00 GMT (envelope-from davidxu@freebsd.org) Message-ID: <423A482D.2050909@freebsd.org> Date: Fri, 18 Mar 2005 11:17:01 +0800 From: David Xu User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <11114.1111104362@critter.freebsd.dk> In-Reply-To: <11114.1111104362@critter.freebsd.dk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: [TEST/REVIEW/PERF] kern_thread.c tid allocation patch X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 03:17:02 -0000 Poul-Henning Kamp wrote: >In message <423A1AD4.2050207@freebsd.org>, David Xu writes: > > > >>I have tested it, yes, it is slight faster than current code. >> >> > >Cool! > >Are there any tests we need to run it through before I commit it ? > > > Be sure to not generate duplicated tid, otherwise 1:1 threading library and debugging code will mystically fail. :)