From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Maxime Devos Newsgroups: gmane.lisp.guile.user Subject: Re: Need help embedding Guile Date: Tue, 21 Dec 2021 13:48:13 +0000 Message-ID: <0b058ba6134781a9828c9488aa3f2bf4e3452712.camel@telenet.be> References: <2a789e248ef8d1922caec7af553cf26e9b360619.camel@telenet.be> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5530"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Evolution 3.38.3-1 To: Dimitris Papavasiliou , "guile-user@gnu.org" Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Tue Dec 21 14:48:57 2021 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mzfVf-0001Cq-E3 for guile-user@m.gmane-mx.org; Tue, 21 Dec 2021 14:48:55 +0100 Original-Received: from localhost ([::1]:40412 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mzfVe-0003AK-A0 for guile-user@m.gmane-mx.org; Tue, 21 Dec 2021 08:48:54 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:50868) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mzfV8-00039q-Ah for guile-user@gnu.org; Tue, 21 Dec 2021 08:48:22 -0500 Original-Received: from [2a02:1800:110:4::f00:1a] (port=53368 helo=albert.telenet-ops.be) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mzfV6-0003bg-AN for guile-user@gnu.org; Tue, 21 Dec 2021 08:48:22 -0500 Original-Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a]) by albert.telenet-ops.be with bizsmtp id Z1oD2600V4UW6Th061oDgu; Tue, 21 Dec 2021 14:48:13 +0100 In-Reply-To: <2a789e248ef8d1922caec7af553cf26e9b360619.camel@telenet.be> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r21; t=1640094493; bh=ixEjAxl8GUwcf5418Ar+bE06jZFaasRwXn5wzV8viro=; h=Subject:From:To:Date:In-Reply-To:References; b=gZVvl66JBXKERQQwXZekYXT1Mtsfnc0/KFyeRwQB1oDnrOr/1MVN4+JDUwfJi+atM zpyo6DDxGUQNReRGnWH25CGZFKXnlhQB2NE/xf0Mxs4/mvHhncXcisByJQnhHuWyzJ q7RTZzL6oKYzN1MAe2EJLRKusOCVa1jAmgPsuHEKyJF/w+vj9nwHFCJFF+L4XA1flC HIBrbE4/u/MEQLGYRBeeYNuQWndiLCT8xghlP12kvTGJh0JUIRfogZrZk65iatzUNG 2Cy+FgTYAcJhPSvHjIwEMEMqqVZgQNQMuZ2aUsAG7Vumdf4+7UFNfJ/fg7wEBM0apV sEIc5rzpvSHLg== X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a02:1800:110:4::f00:1a (failed) Received-SPF: pass client-ip=2a02:1800:110:4::f00:1a; envelope-from=maximedevos@telenet.be; helo=albert.telenet-ops.be X-Spam_score_int: -19 X-Spam_score: -2.0 X-Spam_bar: -- X-Spam_report: (-2.0 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:17896 Archived-At: Maxime Devos schreef op di 21-12-2021 om 11:37 [+0000]: > About finalizers: No. From the BDW-GC faq: [...] I misread your question; this answer doesn't apply exactly to your question. However, there still are no formal guaranteed BDW-GC will collect everything. Greetings, Maxime