From owner-cvs-src@FreeBSD.ORG Fri Oct 26 18:42:20 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EDC616A469; Fri, 26 Oct 2007 18:42:20 +0000 (UTC) (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 C615113C4B7; Fri, 26 Oct 2007 18:42:19 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.1/8.14.1) with ESMTP id l9QIg0kJ039009; Fri, 26 Oct 2007 22:42:00 +0400 (MSD) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1193424120; bh=8QKRSkQvBXSSh4ICWXk4qcqo4eF9BQf5EX8AJI+ 4Xsk=; l=309; h=Date:From:To:Cc:Subject:Message-ID:Mail-Followup-To: References:MIME-Version:Content-Type:Content-Disposition: In-Reply-To:User-Agent; b=MvDmba7iZU69hj+9Dg9u2LoAr6bfWhRSSzcELVnh QwemxU2gxiSR09Jb5zubdsVPxrjeaM44/63K4mdAjaWsPmR2Zh4wmzxFVZyaa/dxlyB XtIOa790EUUVBwMwO+BdLC9pfz0MT7qWSN6Grbt1JamvFcnkbnxChXDaZ6hmhN5k= Received: (from ache@localhost) by nagual.pp.ru (8.14.1/8.14.1/Submit) id l9QIg0NN039008; Fri, 26 Oct 2007 22:42:00 +0400 (MSD) (envelope-from ache) Date: Fri, 26 Oct 2007 22:42:00 +0400 From: Andrey Chernov To: "M. Warner Losh" Message-ID: <20071026184200.GA38843@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , "M. Warner Losh" , d@delphij.net, rafan@freebsd.org, delphij@delphij.net, scottl@samsco.org, src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <4720E0AF.1010004@samsco.org> <20071025190609.GB16187@nagual.pp.ru> <4720EB41.8090100@delphij.net> <20071025.181216.-332174247.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071025.181216.-332174247.imp@bsdimp.com> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: scottl@samsco.org, src-committers@freebsd.org, d@delphij.net, cvs-src@freebsd.org, cvs-all@freebsd.org, delphij@delphij.net, rafan@freebsd.org Subject: Re: cvs commit: src/lib/libc/locale utf8.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, 26 Oct 2007 18:42:20 -0000 On Thu, Oct 25, 2007 at 06:12:16PM -0600, M. Warner Losh wrote: > Maybe we should make them *NOT* be inline instead of all these > kludges? In case we trade compatibility for slowdown in some apps, yes. They are inlines for reason, almost every system have them as inlines. -- http://ache.pp.ru/