From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Raeburn Newsgroups: gmane.lisp.guile.devel Subject: Re: minor SCM_DEBUG patch Date: Mon, 2 Nov 2009 20:47:35 -0500 Message-ID: <9C8F53F1-1F67-4D9F-AA0B-7ADC2E07FC61@raeburn.org> References: <87k4ybgnvg.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1257212886 13168 80.91.229.12 (3 Nov 2009 01:48:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Nov 2009 01:48:06 +0000 (UTC) Cc: guile-devel@gnu.org To: =?ISO-8859-1?Q?Ludovic_Court=E8s?= Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Nov 03 02:47:59 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N58V3-0005h3-Vk for guile-devel@m.gmane.org; Tue, 03 Nov 2009 02:47:58 +0100 Original-Received: from localhost ([127.0.0.1]:36438 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N58V2-0007rf-WA for guile-devel@m.gmane.org; Mon, 02 Nov 2009 20:47:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N58Uy-0007rI-PP for guile-devel@gnu.org; Mon, 02 Nov 2009 20:47:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N58Ut-0007qi-9o for guile-devel@gnu.org; Mon, 02 Nov 2009 20:47:51 -0500 Original-Received: from [199.232.76.173] (port=49428 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N58Ut-0007qf-3n for guile-devel@gnu.org; Mon, 02 Nov 2009 20:47:47 -0500 Original-Received: from splat.raeburn.org ([69.25.196.39]:37982 helo=raeburn.org) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N58Ur-0003Fq-JU; Mon, 02 Nov 2009 20:47:45 -0500 Original-Received: from [10.0.0.158] ([10.0.0.158]) by raeburn.org (8.14.3/8.14.1) with ESMTP id nA31leqZ013252; Mon, 2 Nov 2009 20:47:41 -0500 (EST) In-Reply-To: <87k4ybgnvg.fsf@gnu.org> X-Mailer: Apple Mail (2.936) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:9626 Archived-At: On Oct 31, 2009, at 19:11, Ludovic Court=E8s wrote: > Looks good to me. In addition we could add this to =20 > =91deprecated.h=92: ...SCM_GC_MARK_P... SCM_GC_MARK_P wasn't deprecated in 1.8.0, so, yeah, if someone might =20 actually be using it (optimization within a smob mark function?), it =20 should probably be supplied and marked deprecated. >> ...scm_gc_running_p... > > Likewise, we could leave it as a deprecated thing (always 0) and also > remove its internal uses. Yep. Ken=