From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/3816 Path: main.gmane.org!not-for-mail From: raeburn@cygnus.com (Ken Raeburn) Newsgroups: gmane.emacs.gnus.general Subject: Re: Byte-compiling the line specs Date: 02 Nov 1995 16:38:26 -0500 Organization: Cygnus Support, Cambridge MA Sender: raeburn@cygnus.com Message-ID: References: <199511012040.MAA12719@desiree.teleport.com> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035144645 27385 80.91.224.250 (20 Oct 2002 20:10:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:10:45 +0000 (UTC) X-From-Line: ding-request@ifi.uio.no Thu Nov 2 14:57:18 1995 Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by miranova.com (8.6.11/8.6.9) with ESMTP id OAA07244 for ; Thu, 2 Nov 1995 14:57:16 -0800 Original-Received: from cygnus.com (cygnus.com [140.174.1.1]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Thu, 2 Nov 1995 23:11:25 +0100 Original-Received: from tweedledumb.cygnus.com (tweedledumb.cygnus.com [192.80.44.1]) by cygnus.com (8.6.12/8.6.9) with SMTP id OAA00706; Thu, 2 Nov 1995 14:11:12 -0800 Original-Received: from cujo.cygnus.com by tweedledumb.cygnus.com (4.1/4.7) id AA27485; Thu, 2 Nov 95 16:38:27 EST Original-Received: by cujo.cygnus.com; (5.65v3.2/1.1.8.2/20Sep95-0235PM) id AA05942; Thu, 2 Nov 1995 16:38:27 -0500 Original-To: ding@ifi.uio.no In-Reply-To: Felix Lee's message of Wed, 01 Nov 1995 12:39:42 -0800 Original-Lines: 13 Xref: main.gmane.org gmane.emacs.gnus.general:3816 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:3816 here's my timings (emacs 19.29, i586-unknown-linux). garbage collection was effectively disabled for these runs. the format is If garbage collection is disabled, I don't think it accurately reflects what we're likely to see using such code inside gnus. And I definitely don't think garbage collection should be disabled while building the summary buffer; emacs gets big enough as it is when I fire up gnus. If you turn gc back on, with a decent amount of allocation done (say, do it after you've gotten into the gnus Group buffer -- not a freshly started emacs), does princ come out on top again?