From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25911 invoked from network); 31 Aug 1999 13:34:24 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 31 Aug 1999 13:34:24 -0000 Received: (qmail 4274 invoked by alias); 31 Aug 1999 13:34:08 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7578 Received: (qmail 4267 invoked from network); 31 Aug 1999 13:34:08 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: "Sven Wischnowsky" , Subject: RE: 6-pws-2 Date: Tue, 31 Aug 1999 15:28:30 +0400 Message-ID: <000001bef3a3$f35b7a70$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal In-Reply-To: <199908310822.KAA27325@beta.informatik.hu-berlin.de> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 > 3) store compiled patterns in the execution tree (for now I'm only > thinking about `case', `[[ .. = .. ]]' and `[[ .. != .. ]]' if the > patterns don't need to be singsub()ed, which could be checked at > parse time) > Yes, that is what I was thinking about, too. Patterns and parameter expansions. Both are parsed every time the code is executed. If we could do it only once, it should gain us some speed. /andrej