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: gc-stats cells-allocated negative Date: Thu, 22 Aug 2002 00:44:08 +0200 Sender: guile-devel-admin@gnu.org Message-ID: <15716.6072.545051.885403@blauw.xs4all.nl> References: <200208131304.GAA06076@cmn14.stanford.edu> Reply-To: hanwen@cs.uu.nl 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 1029969618 10425 127.0.0.1 (21 Aug 2002 22:40:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 21 Aug 2002 22:40:18 +0000 (UTC) Cc: guile-devel@gnu.org 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 17he9A-0002i2-00 for ; Thu, 22 Aug 2002 00:40: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) id 17heAH-0006YA-00; Wed, 21 Aug 2002 18:41:25 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17he9m-0006Mr-00 for guile-devel@gnu.org; Wed, 21 Aug 2002 18:40:54 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17he9j-0006Kf-00 for guile-devel@gnu.org; Wed, 21 Aug 2002 18:40:53 -0400 Original-Received: from smtpzilla1.xs4all.nl ([194.109.127.137]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17he9j-0006KX-00 for guile-devel@gnu.org; Wed, 21 Aug 2002 18:40:51 -0400 Original-Received: from blauw.xs4all.nl (blauw.xs4all.nl [213.84.26.127]) by smtpzilla1.xs4all.nl (8.12.0/8.12.0) with ESMTP id g7LMekah090091; Thu, 22 Aug 2002 00:40:46 +0200 (CEST) Original-To: Bill Schottstaedt In-Reply-To: <200208131304.GAA06076@cmn14.stanford.edu> X-Mailer: VM 7.05 under Emacs 21.2.1 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:1134 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1134 bil@ccrma.Stanford.EDU writes: > In the CVS Guile, I notice that scm_cells_allocated is now signed. > When I run Snd over its test suite, more than 2^31 cells are > allocated, I guess, because gc-stats now reports cells-allocated > as -312113. I fixed the unsigned part; can you check whether this gives meaningful results for you? (I find it hard to believe that you allocate 2^31 cells -- but it might be possible.) -- 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