From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: image cache (was: Memory leak in keyboard variables?) Date: Sun, 14 Dec 2008 23:06:55 -0500 Message-ID: References: <87oczeuo0a.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1229314032 2924 80.91.229.12 (15 Dec 2008 04:07:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Dec 2008 04:07:12 +0000 (UTC) Cc: emacs-devel@gnu.org, Kenichi Handa To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 15 05:08:16 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 1LC4ki-0007MY-HG for ged-emacs-devel@m.gmane.org; Mon, 15 Dec 2008 05:08:16 +0100 Original-Received: from localhost ([127.0.0.1]:45380 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LC4jW-0004Hp-BE for ged-emacs-devel@m.gmane.org; Sun, 14 Dec 2008 23:07:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LC4jS-0004HQ-6O for emacs-devel@gnu.org; Sun, 14 Dec 2008 23:06:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LC4jR-0004HE-50 for emacs-devel@gnu.org; Sun, 14 Dec 2008 23:06:57 -0500 Original-Received: from [199.232.76.173] (port=49506 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LC4jQ-0004HB-Vp for emacs-devel@gnu.org; Sun, 14 Dec 2008 23:06:57 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:9998) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LC4jQ-0000v6-IV for emacs-devel@gnu.org; Sun, 14 Dec 2008 23:06:56 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArEEAIhmRUlMConz/2dsb2JhbACBbMtbgn6BMQ X-IronPort-AV: E=Sophos;i="4.36,221,1228107600"; d="scan'208";a="31039910" Original-Received: from 76-10-137-243.dsl.teksavvy.com (HELO pastel.home) ([76.10.137.243]) by ironport2-out.teksavvy.com with ESMTP; 14 Dec 2008 23:06:55 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id E2D4885A8; Sun, 14 Dec 2008 23:06:55 -0500 (EST) In-Reply-To: <87oczeuo0a.fsf@cyd.mit.edu> (Chong Yidong's message of "Sun, 14 Dec 2008 22:16:05 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: 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:106923 Archived-At: BTW, does anyone know why each frame has an image cache (even though there's really only one image cache per terminal)? It seems that code could be simplified/improved if the image cache pointers were moved from the frame objects to the terminal objects. Stefan