From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Han-Wen Nienhuys Newsgroups: gmane.lisp.guile.devel Subject: Re: substantial performance loss when running long-lived or computationally intensive programs Date: Fri, 16 May 2003 01:10:29 +0200 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <16068.7781.115251.695368@localhost.localdomain> References: <20030505.223626.84190828.wells@email.mot.com> <16066.9478.131532.331041@localhost.localdomain> Reply-To: hanwen@cs.uu.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1053039564 5341 80.91.224.249 (15 May 2003 22:59:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 15 May 2003 22:59:24 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri May 16 00:59:23 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19GRgy-0001Ne-00 for ; Fri, 16 May 2003 00:59:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19GRhI-00047T-02 for guile-devel@m.gmane.org; Thu, 15 May 2003 18:59:36 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19GRgy-00046t-00 for guile-devel@gnu.org; Thu, 15 May 2003 18:59:16 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19GRgw-00041T-00 for guile-devel@gnu.org; Thu, 15 May 2003 18:59:15 -0400 Original-Received: from smtpzilla5.xs4all.nl ([194.109.127.141]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19GRgw-00041O-00 for guile-devel@gnu.org; Thu, 15 May 2003 18:59:14 -0400 Original-Received: from localhost.localdomain.xs4all.nl (byrd.xs4all.nl [213.84.26.127]) by smtpzilla5.xs4all.nl (8.12.9/8.12.9) with ESMTP id h4FMx8sv025218; Fri, 16 May 2003 00:59:09 +0200 (CEST) Original-To: djurfeldt@nada.kth.se In-Reply-To: X-Mailer: VM 7.14 under Emacs 21.2.1 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2362 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2362 djurfeldt@nada.kth.se writes: > Han-Wen Nienhuys writes: > > > One thing that does nag me, is code in srcprop.c that manipulates > > scm_mallocated directly and doesn't call > > scm_gc_register_collectable_memory(). Is there a good reason for this? > > Nope. Only that scm_gc_register_collectable_memory() didn't exist > when srcprop.c was written in 1996. In fact, at that time, direct > manipulation was probably the only possibility. > > Please feel free to change this. Done. -- Han-Wen Nienhuys | hanwen@cs.uu.nl | http://www.cs.uu.nl/~hanwen _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel