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: suppress_checking Date: Mon, 29 Oct 2007 15:06:16 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1193684829 9993 80.91.229.12 (29 Oct 2007 19:07:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Oct 2007 19:07:09 +0000 (UTC) Cc: Juanma Barranquero , rms@gnu.org, emacs-devel@gnu.org To: Ken Raeburn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 29 20:07:11 2007 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 1ImZx7-0008Bx-Vm for ged-emacs-devel@m.gmane.org; Mon, 29 Oct 2007 20:07:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ImZwy-0005p2-TC for ged-emacs-devel@m.gmane.org; Mon, 29 Oct 2007 15:07:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ImZwW-0005c0-BK for emacs-devel@gnu.org; Mon, 29 Oct 2007 15:06:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ImZwU-0005bB-NC for emacs-devel@gnu.org; Mon, 29 Oct 2007 15:06:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ImZwU-0005b2-HS for emacs-devel@gnu.org; Mon, 29 Oct 2007 15:06:30 -0400 Original-Received: from x-132-204-241-194.xtpr.umontreal.ca ([132.204.241.194] helo=ceviche.home) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1ImZwO-0006ki-6Y; Mon, 29 Oct 2007 15:06:24 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 92A6FB4ABE; Mon, 29 Oct 2007 15:06:16 -0400 (EDT) In-Reply-To: (Ken Raeburn's message of "Mon, 29 Oct 2007 13:51:47 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) 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:82087 Archived-At: > is enabled. Given that XSTRING, etc., all call eassert to verify the type > before extracting the pointer (or other) value, there's a good chance that > there are side effects in some argument somewhere, so I guess a related I always run with -DENABLE_CHECKING and I do know of one significant side-effect: it requires a bit more than 1.3MB of purespace (as opposed 1.17MB without it). Stefan