From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Sven Hartrumpf Newsgroups: gmane.lisp.guile.devel Subject: Re: Guile 1.5.8 beta available for testing. Date: Wed, 28 Aug 2002 16:38:39 +0200 (CEST) Sender: guile-devel-admin@gnu.org Message-ID: <20020828.163839.74750750.Sven.Hartrumpf@FernUni-Hagen.de> References: <20020828.153418.104036626.Sven.Hartrumpf@FernUni-Hagen.de> <87ptw312u3.fsf@zagadka.ping.de> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1030545535 25647 127.0.0.1 (28 Aug 2002 14:38:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 28 Aug 2002 14:38:55 +0000 (UTC) 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 17k3y6-0006f2-00 for ; Wed, 28 Aug 2002 16:38:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17k3zP-0008GB-00; Wed, 28 Aug 2002 10:40:11 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17k3y6-00089o-00 for guile-devel@gnu.org; Wed, 28 Aug 2002 10:38:50 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17k3y4-00086D-00 for guile-devel@gnu.org; Wed, 28 Aug 2002 10:38:50 -0400 Original-Received: from oak.fernuni-hagen.de ([132.176.114.41]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17k3y3-00085l-00 for guile-devel@gnu.org; Wed, 28 Aug 2002 10:38:48 -0400 Original-Received: from amavis by oak.FernUni-Hagen.de with scanned-ok (Exim 4.04) id 17k3y2-0004ZY-00 for guile-devel@gnu.org; Wed, 28 Aug 2002 16:38:46 +0200 Original-Received: from ki220.fernuni-hagen.de ([132.176.72.220] helo=localhost) by oak.FernUni-Hagen.de with esmtp (Exim 4.04) id 17k3xy-0004ZL-00 for guile-devel@gnu.org; Wed, 28 Aug 2002 16:38:42 +0200 Original-To: guile-devel@gnu.org In-Reply-To: <87ptw312u3.fsf@zagadka.ping.de> X-Mailer: Mew version 3.0.58 on Emacs 21.1 / Mule 5.0 (SAKAKI) X-Virus-Scanned: by AMaViS perl-11 Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:1174 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1174 On 28 Aug 2002 16:21:24 +0200, Marius Vollmer wrote: > > 1. correctness: seems to be o.k. > > (can not finish these tests because Scheme processes that > > normally stay around 200MB grow and grow under Guile to over 1GB) > > Can you give details? Hope so. > I.e., what processes show this behaviour. A medium-sized program doing lots of symbol, string, and list construction. Really GC-intensive programs (around 30% of runtime with bigloo). > What was the last version that worked correctly? None. By "normally stay around 200MB" I meant other Scheme implementations not a former version of Guile. > How did you configure Guile? standard way: ./configure # anything better here? make make check make install Before I started my program, I activated readline support and did this: guile> (debug-disable 'debug) ; anything better here? (show-file-name #t stack 0 depth 20 maxdepth 1000 frames 3 indent 10 width 79 procnames cheap) guile> Greetings Sven _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel