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: Tue, 13 Aug 2002 15:19:21 +0200 Sender: guile-devel-admin@gnu.org Message-ID: <15705.1881.952481.739851@meddo.cs.uu.nl> References: <200208131304.GAA06076@cmn14.stanford.edu> 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 1029244753 13986 127.0.0.1 (13 Aug 2002 13:19:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 13 Aug 2002 13:19:13 +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 17ebZo-0003dS-00 for ; Tue, 13 Aug 2002 15:19:12 +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 17ebag-0003wD-00; Tue, 13 Aug 2002 09:20:06 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17eba0-0003uc-00 for guile-devel@gnu.org; Tue, 13 Aug 2002 09:19:24 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17ebZy-0003uQ-00 for guile-devel@gnu.org; Tue, 13 Aug 2002 09:19:23 -0400 Original-Received: from aurora.cs.uu.nl ([131.211.80.20] helo=mail.cs.uu.nl) by monty-python.gnu.org with esmtp (Exim 4.10) id 17ebZy-0003uL-00 for guile-devel@gnu.org; Tue, 13 Aug 2002 09:19:22 -0400 Original-Received: from meddo.cs.uu.nl.cs.uu.nl (meddo.cs.uu.nl [131.211.80.91]) by mail.cs.uu.nl (Postfix) with ESMTP id 0AE2F1CB245; Tue, 13 Aug 2002 15:19:22 +0200 (CEST) Original-To: Bill Schottstaedt In-Reply-To: <200208131304.GAA06076@cmn14.stanford.edu> X-Mailer: VM 7.03 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:1070 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1070 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. no, there I think there is a bug in the stats routines. (I've been mucking with it.) 2^31 cells is really a lot of memory, I doubt that you would have that in a test suite. -- 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