From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: inlinable functions instead of macros Date: Sat, 25 Aug 2012 14:13:02 -0600 Message-ID: <87ehmuivch.fsf@fleche.redhat.com> References: <502EDAF3.6030005@cs.ucla.edu> <5034A654.2080909@cs.ucla.edu> <5037F411.4010905@cs.ucla.edu> <87y5l3iwe6.fsf@fleche.redhat.com> <50383F42.1050200@cs.ucla.edu> <83y5l3fsac.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1345925596 24322 80.91.229.3 (25 Aug 2012 20:13:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 25 Aug 2012 20:13:16 +0000 (UTC) Cc: Paul Eggert , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 25 22:13:17 2012 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 1T5MjN-00015u-6e for ged-emacs-devel@m.gmane.org; Sat, 25 Aug 2012 22:13:17 +0200 Original-Received: from localhost ([::1]:60204 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5MjL-0007Dv-B7 for ged-emacs-devel@m.gmane.org; Sat, 25 Aug 2012 16:13:15 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:42761) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5MjI-0007Di-2l for emacs-devel@gnu.org; Sat, 25 Aug 2012 16:13:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T5MjH-0006NN-6b for emacs-devel@gnu.org; Sat, 25 Aug 2012 16:13:12 -0400 Original-Received: from mx1.redhat.com ([209.132.183.28]:31385) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5MjG-0006NJ-VA; Sat, 25 Aug 2012 16:13:11 -0400 Original-Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q7PKD3Mr004177 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 25 Aug 2012 16:13:03 -0400 Original-Received: from barimba (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q7PKD2KW014075 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Sat, 25 Aug 2012 16:13:02 -0400 X-Attribution: Tom In-Reply-To: <83y5l3fsac.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 25 Aug 2012 08:35:07 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 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:152835 Archived-At: Eli> FWIW, I always wondered why we don't use "-ggdb -g3" by default, when Eli> GCC is the compiler. Just '-g3' is enough (I don't think -ggdb has done anything important in a long time). I think it would be a good change. I build Emacs (and gdb and gcc) with -g3 routinely, as it makes debugging much simpler. Tom