From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Bill Schottstaedt Newsgroups: gmane.lisp.guile.devel Subject: gc-stats cells-allocated negative Date: Tue, 13 Aug 2002 06:04:35 -0700 Sender: guile-devel-admin@gnu.org Message-ID: <200208131304.GAA06076@cmn14.stanford.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 (NeXT Mail 3.3 v148.2.1) Content-Type: text/plain X-Trace: main.gmane.org 1029243855 11096 127.0.0.1 (13 Aug 2002 13:04:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 13 Aug 2002 13:04:15 +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 17ebLK-0002sr-00 for ; Tue, 13 Aug 2002 15:04:14 +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 17ebMA-00024b-00; Tue, 13 Aug 2002 09:05:06 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17ebLl-000239-00 for guile-devel@gnu.org; Tue, 13 Aug 2002 09:04:41 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17ebLj-00022k-00 for guile-devel@gnu.org; Tue, 13 Aug 2002 09:04:40 -0400 Original-Received: from cm-mail.stanford.edu ([171.64.197.135]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17ebLj-00022T-00 for guile-devel@gnu.org; Tue, 13 Aug 2002 09:04:39 -0400 Original-Received: from cmn14.stanford.edu (cmn14.stanford.edu [171.64.197.163]) by cm-mail.stanford.edu (8.11.6/8.11.6) with ESMTP id g7DD4bL04546 for ; Tue, 13 Aug 2002 06:04:37 -0700 Original-Received: (from bil@localhost) by cmn14.stanford.edu (8.9.3/8.9.3) id GAA06076 for guile-devel@gnu.org; Tue, 13 Aug 2002 06:04:36 -0700 (PDT) X-Nextstep-Mailer: Mail 3.3 [m68k] (Enhance 2.2p2) Original-Received: by NeXT.Mailer (1.148.2.1) Original-To: guile-devel@gnu.org 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:1069 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1069 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. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel