From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.user Subject: Re: Guile 1.8 Garbage Collection Question Date: Wed, 26 Oct 2011 10:39:03 +0200 Message-ID: <87sjmgno48.fsf@pobox.com> References: <1B716C7666FD684A9FDF0FBD5EE5E0A0156F8529@HDXDSP11.us.lmco.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1319618360 25963 80.91.229.12 (26 Oct 2011 08:39:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 26 Oct 2011 08:39:20 +0000 (UTC) Cc: "guile-user@gnu.org" To: "Whitlock\, Bradley D" Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Oct 26 10:39:16 2011 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RIz11-0008Aw-NA for guile-user@m.gmane.org; Wed, 26 Oct 2011 10:39:15 +0200 Original-Received: from localhost ([::1]:55345 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIz11-0006Zw-3E for guile-user@m.gmane.org; Wed, 26 Oct 2011 04:39:15 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:42516) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIz0x-0006Zo-8g for guile-user@gnu.org; Wed, 26 Oct 2011 04:39:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RIz0w-0006K7-3E for guile-user@gnu.org; Wed, 26 Oct 2011 04:39:11 -0400 Original-Received: from a-pb-sasl-sd.pobox.com ([74.115.168.62]:48405 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIz0w-0006Jx-0n for guile-user@gnu.org; Wed, 26 Oct 2011 04:39:10 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 3DE1A683C; Wed, 26 Oct 2011 04:39:07 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=qxQ4WaAdMh0QuJHdbvKPCgaRxk4=; b=S9jpoj kgjsp3WD3Um98Xr1jCMzWoUxmYkhFElbcrHIoIWLz265nzAULTCYIsH44F8OoIlo eaRChhhnXpJsGD6gcCf6207Nsz8RBvi3GFH0N4Pfm9mZFhQ9J6NE4tkWm2qMI51J 1XZAp236/bbL6EFGmsLwWJ1ldsCjAKDjNeJrU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=n6VOsgYPvM/GmNEF4yeC/nRgNuGeX9NH t+fT0u1hQNozpDidy7MOVzmlFFIUYz5GCIXqo8diTKdJJAbrXTSexEXrWRgxjQ82 4EcOcYeGHzE0Cu8nbGmirvu1KzoWY2UEB6z01bZaxS0CVNVpsvCZl7e18t+zd6li PzImyUnpmSQ= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 3685F683B; Wed, 26 Oct 2011 04:39:07 -0400 (EDT) Original-Received: from badger (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id A4A17683A; Wed, 26 Oct 2011 04:39:06 -0400 (EDT) In-Reply-To: <1B716C7666FD684A9FDF0FBD5EE5E0A0156F8529@HDXDSP11.us.lmco.com> (Bradley D. Whitlock's message of "Tue, 25 Oct 2011 20:34:23 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-Pobox-Relay-ID: F7846886-FFAD-11E0-A0C1-65B1DE995924-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 74.115.168.62 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:8908 Archived-At: On Tue 25 Oct 2011 22:34, "Whitlock, Bradley D" writes: > scm_dynwind_unwind_handler (free, s, SCM_F_WIND_EXPLICITLY); You can write this as scm_dynwind_free (s), FWIW. Otherwise I didn't see the problem. `s' is not managed by the GC, so the GC shouldn't have much to do with it. Regards, Andy -- http://wingolog.org/