From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/42570 Path: main.gmane.org!not-for-mail From: Daniel Pittman Newsgroups: gmane.emacs.gnus.general Subject: Re: db-backed mail back end Date: Fri, 25 Jan 2002 16:39:43 +1100 Organization: Not today, thank you, Mother. Sender: owner-ding@hpc.uh.edu Message-ID: <87u1tbxa3k.fsf@inanna.rimspace.net> References: <87hepbdrsj.fsf@inanna.rimspace.net> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035177793 12543 80.91.224.250 (21 Oct 2002 05:23:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:23:13 +0000 (UTC) Return-Path: Original-Received: (qmail 1696 invoked from network); 25 Jan 2002 05:40:54 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 25 Jan 2002 05:40:54 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16Tz68-0006Ak-00; Thu, 24 Jan 2002 23:40:24 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 24 Jan 2002 23:40:19 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id XAA20683 for ; Thu, 24 Jan 2002 23:40:07 -0600 (CST) Original-Received: (qmail 1687 invoked by alias); 25 Jan 2002 05:40:06 -0000 Original-Received: (qmail 1682 invoked from network); 25 Jan 2002 05:40:06 -0000 Original-Received: from melancholia.rimspace.net (HELO melancholia.danann.net) (210.23.138.19) by gnus.org with SMTP; 25 Jan 2002 05:40:06 -0000 Original-Received: from localhost (melancholia.rimspace.net [210.23.138.19]) by melancholia.danann.net (Postfix) with ESMTP id D26D72A812 for ; Fri, 25 Jan 2002 16:39:50 +1100 (EST) Original-Received: by localhost (Postfix, from userid 1000) id 35D3082069; Fri, 25 Jan 2002 16:39:43 +1100 (EST) Original-To: ding@gnus.org In-Reply-To: (Lars Magne Ingebrigtsen's message of "Fri, 25 Jan 2002 06:16:20 +0100") Original-Lines: 18 User-Agent: Gnus/5.090005 (Oort Gnus v0.05) XEmacs/21.5 (bamboo, i686-pc-linux) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:42570 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:42570 On Fri, 25 Jan 2002, Lars Magne Ingebrigtsen wrote: > Is there a directive I can give to the byte-compiler to make all the > defsubsts into defuns and all the `inline's into `progn's? I want to > have a closer look at function timings without having to alter the > source... Sadly, either hacking the byte complier or mapping through the sources and doing `proclaim-notinline' on each `defsubst' seems to be needed. That is a sad thing. :( Er, under a fairly current XEmacs 21.5 beta, that is. Oh, and `inline' /is/ `progn' here. Daniel -- We're marketers, so truth is kind of a nebulous concept to us. -- Ray Scott, DEC field marketing rep