From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: hanwenn@gmail.com Newsgroups: gmane.lisp.guile.devel Subject: Cleanup mark-during-GC debug checks. Date: Tue, 09 Sep 2008 07:39:04 -0700 Message-ID: <00163630f0ef5b47e60456777f02@google.com> Reply-To: hanwenn@gmail.com, guile-devel@gnu.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1220971352 31962 80.91.229.12 (9 Sep 2008 14:42:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Sep 2008 14:42:32 +0000 (UTC) Cc: guile-devel@gnu.org To: hanwenn@gmail.com Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Sep 09 16:43:26 2008 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 1Kd4O7-0005Kg-UO for guile-devel@m.gmane.org; Tue, 09 Sep 2008 16:40:16 +0200 Original-Received: from localhost ([127.0.0.1]:33591 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kd4N7-0005cQ-V3 for guile-devel@m.gmane.org; Tue, 09 Sep 2008 10:39:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kd4N1-0005Zx-Le for guile-devel@gnu.org; Tue, 09 Sep 2008 10:39:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kd4N0-0005Xy-42 for guile-devel@gnu.org; Tue, 09 Sep 2008 10:39:07 -0400 Original-Received: from [199.232.76.173] (port=39693 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kd4Mz-0005Xs-Vr for guile-devel@gnu.org; Tue, 09 Sep 2008 10:39:06 -0400 Original-Received: from an-out-0910.google.com ([209.85.132.184]:63628) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from <3iIrGSAcJCyIF8LUCLLEK8GJ.AMKESGJC-BCTCJELS.MPE@apphosting.bounces.google.com>) id 1Kd4Mz-0005Gu-TT for guile-devel@gnu.org; Tue, 09 Sep 2008 10:39:05 -0400 Original-Received: by an-out-0910.google.com with SMTP id c25so8332125anc.6 for ; Tue, 09 Sep 2008 07:39:04 -0700 (PDT) Original-Received: by 10.90.70.15 with SMTP id s15mr8597003aga.21.1220971144627; Tue, 09 Sep 2008 07:39:04 -0700 (PDT) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:7637 Archived-At: Reviewers: hanwenn, Message: Hello guile devel, please go to http://codereview.appspot.com/4847 to review this patch. I hope you like it; thanks! Please review this at http://codereview.appspot.com/4847 Affected files: M libguile/__scm.h M libguile/gc-mark.c M libguile/gc.c M libguile/gc.h M libguile/inline.h