From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/15206 Path: main.gmane.org!not-for-mail From: Jan Vroonhof Newsgroups: gmane.emacs.gnus.general Subject: Re: Regular expression performance in emacs, number of cached regexps Date: 19 May 1998 09:55:00 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <199805180529.XAA07067@wijiji.santafe.edu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035154280 20837 80.91.224.250 (20 Oct 2002 22:51:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:51:20 +0000 (UTC) Return-Path: Original-Received: from gwyn.tux.org (gwyn.tux.org [207.96.122.8]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id BAA04675 for ; Tue, 19 May 1998 01:02:50 -0700 Original-Received: from sina.hpc.uh.edu (root@Sina.HPC.UH.EDU [129.7.3.5]) by gwyn.tux.org (8.8.8/8.8.8) with ESMTP id EAA08752 for ; Tue, 19 May 1998 04:00:21 -0400 Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id CAH26745; Tue, 19 May 1998 03:00:09 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 19 May 1998 02:55:40 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id CAA26732 for ; Tue, 19 May 1998 02:55:32 -0500 (CDT) Original-Received: (qmail 13740 invoked by uid 504); 19 May 1998 07:55:11 -0000 Original-Received: (qmail 13737 invoked from network); 19 May 1998 07:55:10 -0000 Original-Received: from frege-d-math-north-g-west.math.ethz.ch (HELO frege.math.ethz.ch) (root@129.132.145.3) by claymore.vcinet.com with SMTP; 19 May 1998 07:55:10 -0000 Original-Received: from bolzano (vroonhof@bolzano [129.132.146.140]) by frege.math.ethz.ch (8.8.8/Main-STAT-mailer) with ESMTP id JAA03442; Tue, 19 May 1998 09:55:02 +0200 (MET DST) Original-Received: (vroonhof@localhost) by bolzano (SMI-8.6/D-MATH-client) id JAA08062; Tue, 19 May 1998 09:55:01 +0200 Original-To: ding@gnus.org, rms@gnu.org In-Reply-To: Richard Stallman's message of "Mon, 18 May 1998 05:38:06 GMT" Original-Lines: 14 X-Mailer: Gnus v5.6.9/XEmacs 21.0(beta41) - "San Clemente-pre1" Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:15206 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:15206 Richard Stallman writes: > I can easily increase this cache size--the question is, > how far should I increase it? Make it settible from lisp? A quick glance at the code [1] gives the impression that it is accessed by pointer chasing anyway so you would use not (much) speed by the compiler not able to make static array optimisations. Jan [1] of XEmacs, which is all I have availible here at the moment, sorry.