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: gc-stats cells-allocated negative Date: Fri, 23 Aug 2002 13:46:45 +0200 Sender: guile-devel-admin@gnu.org Message-ID: <15718.8357.545677.147778@meddo.cs.uu.nl> References: <200208131304.GAA06076@cmn14.stanford.edu> <15705.1881.952481.739851@meddo.cs.uu.nl> <200208231139.EAA23363@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 1030103156 27750 127.0.0.1 (23 Aug 2002 11:45:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 23 Aug 2002 11:45:56 +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 17iCt1-0007DL-00 for ; Fri, 23 Aug 2002 13:45:55 +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 17iCuE-0000BL-00; Fri, 23 Aug 2002 07:47:10 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17iCts-00008H-00 for guile-devel@gnu.org; Fri, 23 Aug 2002 07:46:48 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17iCtq-00007q-00 for guile-devel@gnu.org; Fri, 23 Aug 2002 07:46:47 -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 17iCtq-00007l-00 for guile-devel@gnu.org; Fri, 23 Aug 2002 07:46:46 -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 9CF0D1CB236; Fri, 23 Aug 2002 13:46:45 +0200 (CEST) Original-To: Bill Schottstaedt In-Reply-To: <200208231139.EAA23363@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:1143 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1143 bil@ccrma.Stanford.EDU writes: > > 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.) > > Here's what I get now: > > ((gc-time-taken . 9939) (cells-allocated . 1000232) (cell-heap-size . 1893644) (bytes-malloced . 4699436) > (gc-malloc-threshold . 8147546) (gc-times . 1471) (gc-mark-time-taken . 7793) (cells-marked . 677667958) (cells-swept . > 1485231945) (Malloc-yield . 45) (cell-yield . 0) > (cell-heap-segments(137648128 . 137682944) (137807872 . 137826304) Yes, that's another Brown-Paper-Bag-Bug that I introduced (which I fixed in CVS). I should pay more attention when working on such fundamental things like GC. -- 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