From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Mike Gran Newsgroups: gmane.lisp.guile.user Subject: Guile top-level functions Date: Sun, 16 Jan 2005 11:54:33 -0800 (PST) Message-ID: <20050116195434.92378.qmail@web14308.mail.yahoo.com> Reply-To: spikegran@earthlink.net NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1105907203 11384 80.91.229.6 (16 Jan 2005 20:26:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 16 Jan 2005 20:26:43 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Jan 16 21:26:30 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CqGyj-0001fp-00 for ; Sun, 16 Jan 2005 21:26:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CqHAY-00085L-7M for guile-user@m.gmane.org; Sun, 16 Jan 2005 15:38:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CqGzX-0006Kd-GQ for guile-user@gnu.org; Sun, 16 Jan 2005 15:27:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CqGzL-0006GE-Mu for guile-user@gnu.org; Sun, 16 Jan 2005 15:27:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CqGzJ-00068d-9T for guile-user@gnu.org; Sun, 16 Jan 2005 15:27:05 -0500 Original-Received: from [216.136.173.156] (helo=web14308.mail.yahoo.com) by monty-python.gnu.org with smtp (Exim 4.34) id 1CqGTr-00042Q-Q2 for guile-user@gnu.org; Sun, 16 Jan 2005 14:54:36 -0500 Original-Received: (qmail 92380 invoked by uid 60001); 16 Jan 2005 19:54:34 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=trnkXaOu3fKq3EOKfdifSZD54el1ttCJ+NK2TbKTEoFds7yh6A4rKlFUueW1Zd4g5F7pIaxQCiOUw7iQRG+wgVH22V4UgZt+2cdM1IL9nzi9w9dURfS0znovjI+kTcKNwW8bwXo12v4f2nkmgYwTcMSL3KtMVgHGgQsEStrzt1k= ; Original-Received: from [199.46.200.230] by web14308.mail.yahoo.com via HTTP; Sun, 16 Jan 2005 11:54:33 PST Original-To: Gule User X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:4092 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:4092 Out of curiosity, I generated a plot of the initialization of Guile's top-level functions. It shows the order in which the functions are defined and how long the whole process takes on a pitiable 8-year old AIX. Here is a plot of the default system loading no SRFIs. http://www.lonelycactus.com/pics/guile_1.6.5_boot.png There are some time discontinuities. Those may be when my hacked plot prints are being flushed to disk. Dunno for sure. I had thought it would be neat to color code them by module. Is there a way from the C API to find out the filename and line number of a SCM procedure? -- Mike Gran __________________________________ Do you Yahoo!? Yahoo! Mail - now with 250MB free storage. Learn more. http://info.mail.yahoo.com/mail_250 _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user