From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: font-backend Date: Sun, 24 Feb 2008 15:24:45 +0000 Message-ID: <47C18C3D.7070705@gnu.org> References: <8463wrm4ls.fsf@gmail.com> <47B55785.8030802@gnu.org> <47B607C6.20601@gnu.org> <47B61D6A.3070004@gnu.org> <878x1lye80.fsf@catnip.gol.com> <47BF839E.1010402@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1203866948 16685 80.91.229.12 (24 Feb 2008 15:29:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 Feb 2008 15:29:08 +0000 (UTC) Cc: finalpatch , emacs-devel@gnu.org To: YAMAMOTO Mitsuharu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 24 16:29:33 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JTInE-00083Y-5j for ged-emacs-devel@m.gmane.org; Sun, 24 Feb 2008 16:29:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTImi-0003ME-G2 for ged-emacs-devel@m.gmane.org; Sun, 24 Feb 2008 10:29:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JTIim-0001Rv-MO for emacs-devel@gnu.org; Sun, 24 Feb 2008 10:24:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JTIik-0001Pu-Ry for emacs-devel@gnu.org; Sun, 24 Feb 2008 10:24:56 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTIik-0001PS-Cn for emacs-devel@gnu.org; Sun, 24 Feb 2008 10:24:54 -0500 Original-Received: from mk-outboundfilter-3.mail.uk.tiscali.com ([212.74.114.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JTIij-0007cS-UB for emacs-devel@gnu.org; Sun, 24 Feb 2008 10:24:54 -0500 Original-X-Trace: 47447439/mk-outboundfilter-1.mail.uk.tiscali.com/F2S/$ACCEPTED/freedom2Surf-customers/83.67.23.108 X-SBRS: None X-RemoteIP: 83.67.23.108 X-IP-MAIL-FROM: jasonr@gnu.org X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAABwbwUdTQxds/2dsb2JhbAAIqgU X-IP-Direction: OUT Original-Received: from i-83-67-23-108.freedom2surf.net (HELO [127.0.0.1]) ([83.67.23.108]) by smtp.f2s.tiscali.co.uk with ESMTP/TLS/DHE-RSA-AES256-SHA; 24 Feb 2008 15:24:49 +0000 User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) In-Reply-To: X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:90234 Archived-At: YAMAMOTO Mitsuharu wrote: > But it still does get_frame_dc and SelectObject even for the > ASCII-only case. I think this can be deferred until cache miss > happens. > This indeed may result in a minor improvement. I have changed it to defer these operations.