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: Re: Tooltips GC overhead Date: Mon, 03 Aug 2015 17:13:03 -0400 Message-ID: References: <55B7796B.3070005@gmx.at> <55B87E3F.80708@gmx.at> <55B8E367.9020201@cs.ucla.edu> <55B8F3E9.5000707@gmx.at> <833806yld0.fsf@gnu.org> <55B915CE.7070803@gmx.at> <55B94267.5050208@cs.ucla.edu> <55BCA454.6050208@gmx.at> <83egjkv2st.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1438636422 12782 80.91.229.3 (3 Aug 2015 21:13:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Aug 2015 21:13:42 +0000 (UTC) Cc: rudalics@gmx.at, eggert@cs.ucla.edu, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 03 23:13:31 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZMN35-00070z-9W for ged-emacs-devel@m.gmane.org; Mon, 03 Aug 2015 23:13:31 +0200 Original-Received: from localhost ([::1]:60516 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMN34-0004Ag-8C for ged-emacs-devel@m.gmane.org; Mon, 03 Aug 2015 17:13:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52122) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMN2q-0004Ab-Pu for emacs-devel@gnu.org; Mon, 03 Aug 2015 17:13:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZMN2q-0001aH-1e for emacs-devel@gnu.org; Mon, 03 Aug 2015 17:13:16 -0400 Original-Received: from smtp-as-02.vtxnet.net ([194.38.175.140]:59897) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMN2k-0001Xi-AR; Mon, 03 Aug 2015 17:13:10 -0400 Original-Received: from smtp-as-02.vtxnet.net (localhost [127.0.0.1]) by smtp-as-02.vtxnet.net (Postfix) with ESMTP id F11F559A57; Mon, 3 Aug 2015 23:13:08 +0200 (CEST) Original-Received: from smtp-pri-03.vtxnet.net (smtp-pri-03-1.vtxnet.net [212.147.62.147]) by smtp-as-02.vtxnet.net (Postfix) with ESMTP id 3B00859A2C; Mon, 3 Aug 2015 23:13:07 +0200 (CEST) Original-Received: from localhost (unknown [127.0.0.1]) by smtp-pri-03.vtxnet.net (VTX Services SA) with ESMTP id 37C7D68B7EF; Mon, 3 Aug 2015 21:13:07 +0000 (UTC) Original-Received: from smtp-pri-03.vtxnet.net ([212.147.62.147]) by localhost (smtp-pri-03.vtxnet.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UPwQp6DXz59a; Mon, 3 Aug 2015 23:13:03 +0200 (CEST) Original-Received: from fmsmemgm.homelinux.net (dyn.83-228-180-068.dsl.vtx.ch [83.228.180.68]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp-pri-03.vtxnet.net (VTX Services SA) with ESMTP id 6442B68B7E8; Mon, 3 Aug 2015 23:13:03 +0200 (CEST) Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 2C84FAE148; Mon, 3 Aug 2015 17:13:03 -0400 (EDT) In-Reply-To: <83egjkv2st.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 03 Aug 2015 17:56:18 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 194.38.175.140 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:188369 Archived-At: > Indeed, when I looked into this issue, I tracked increments to > consing_since_gc. Perhaps we should change the "memory" profiler to > do the same. The problem is that it would slow down functions like `cons'. And given that the "memory profiler" is very rarely useful, I'm not really willing to pay that slowdown. Stefan